.hgignore
author Kim Alvefur <zash@zash.se>
Fri, 06 Jan 2023 04:38:39 +0100
changeset 12832 f33887f925e1
parent 8348 850c433eb862
permissions -rw-r--r--
net.server_epoll: Remove delay on last main loop iteration when quitting Main difference is that timers are not checked unconditionally before each poll, only when running out of previous poll results (hidden by util.poll). This removes a final poll at shutdown that usually delays the 'not quitting' condition check by one second.

syntax: glob
.hgignore
.luacheckcache
data
local
www_files
html/*
prosody.lua
prosody.cfg.lua
prosody.version
config.unix
*.patch
*.diff
*.orig
*.rej
*.save
*~
*.o
*.so
*.install
*.pid
*.log
*.err
*.debug
*.dll
*.exp
*.lib
*.obj
luacov.report.out
luacov.report.out.index
luacov.stats.out