Software /
code /
prosody
Diff
net/server_epoll.lua @ 12110:b5b799a2a10c
util.id: Adjust entropy levels, with rationales
Modules using ids for logging should not need the now pretty large
medium one.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 02 Dec 2021 01:14:55 +0100 |
parent | 12091:7a48ccb084dd |
child | 12342:cba0b93320b7 |
line wrap: on
line diff
--- a/net/server_epoll.lua Tue Oct 05 18:15:06 2021 +0200 +++ b/net/server_epoll.lua Thu Dec 02 01:14:55 2021 +0100 @@ -26,7 +26,7 @@ local inet = require "util.net"; local inet_pton = inet.pton; local _SOCKETINVALID = socket._SOCKETINVALID or -1; -local new_id = require "util.id".medium; +local new_id = require "util.id".short; local xpcall = require "util.xpcall".xpcall; local poller = require "util.poll"