clients.lua

changeset 14
1d28dfcd9c94
parent 13
c245afa537bb
child 15
67858d731518
--- a/clients.lua	Mon Jan 04 14:34:00 2016 +0000
+++ b/clients.lua	Mon Jan 04 14:52:06 2016 +0000
@@ -36,7 +36,7 @@
 -- [conn] = last_active_timestamp
 local active_clients = {};
 
-local activity_timeout = 20;
+local activity_timeout = 70;
 
 local function update_have_clients()
 	if have_clients and not next(active_clients) then

mercurial