clients.lua: Bump inactivity timeout to 70s

Mon, 04 Jan 2016 14:52:06 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 04 Jan 2016 14:52:06 +0000
changeset 14
1d28dfcd9c94
parent 13
c245afa537bb
child 15
67858d731518

clients.lua: Bump inactivity timeout to 70s

clients.lua file | annotate | diff | comparison | revisions
--- 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