Software /
code /
prosody
File
plugins/mod_pep_plus.lua @ 10999:37b884d675f7
net.cqueues: Fix resuming after timeouts
net.cqueues previously relied on timers instead of fd events sometimes.
Under net.server_select, it would have called cq:loop() on every
iteration of the main loop, which was probably not optimal.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 08 Jul 2020 22:01:19 +0200 |
parent | 9074:0462405b1cfb |
line wrap: on
line source
module:log("error", "mod_pep_plus has been renamed to mod_pep, please update your config file. Auto-loading mod_pep..."); module:depends("pep");