net.server_epoll: Disable verbose mode by default

This commit is contained in:
Kim Alvefur 2022-02-12 18:47:22 +01:00
parent db4d41bd5a
commit 9fbf5bf7ad

View file

@ -68,8 +68,7 @@ local default_config = { __index = {
min_wait = 0.001;
-- Enable extra noisy debug logging
-- TODO disable once considered stable
verbose = true;
verbose = false;
-- EXPERIMENTAL
-- Whether to kill connections in case of callback errors.