diff src/server/constants.py @ 554:471b6babe960

server_side: set a timeout to reset the waiting connection requests after 5 minutes
author souliane <souliane@mailoo.org>
date Sun, 21 Sep 2014 14:09:59 +0200
parents 750db9ff8525
children db1b330c1eb1
line wrap: on
line diff
--- a/src/server/constants.py	Fri Sep 19 15:39:12 2014 +0200
+++ b/src/server/constants.py	Sun Sep 21 14:09:59 2014 +0200
@@ -30,7 +30,7 @@
     APP_NAME_FILE = "libervia"
     SERVICE_PROFILE = 'libervia'  # the SàT profile that is used for exporting the service
 
-    TIMEOUT = 300  # Session's time out, after that the user will be disconnected
+    TIMEOUT = 300  # Session's time out, after that the user will be disconnected or a waiting connection request will be reset
     HTML_DIR = "html/"
     SERVER_CSS_DIR = "server_css/"
     MEDIA_DIR = "media/"