Extending auto-close timeout to 10 seconds to work around possible ... issues
[theonering] / src / theonering.py
index 9209162..62fd686 100755 (executable)
@@ -34,7 +34,7 @@ import constants
 import connection_manager
 
 
-IDLE_TIMEOUT = 5
+IDLE_TIMEOUT = 10
 
 
 def run_theonering(persist):