Mercurial > libervia-web
changeset 154:82043fe5be4d
server_side: set timeout to 300 s
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 05 Jan 2013 16:04:44 +0100 |
parents | ada146bac8fe |
children | 9c4550b1df3c |
files | libervia.tac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libervia.tac Sun Dec 30 18:54:17 2012 +0100 +++ b/libervia.tac Sat Jan 05 16:04:44 2013 +0100 @@ -50,7 +50,7 @@ from zope.interface import Interface, Attribute, implements #import time -TIMEOUT = 600 #Session's time out, after that the user will be disconnected +TIMEOUT = 300 #Session's time out, after that the user will be disconnected LIBERVIA_DIR = "output/" MEDIA_DIR = "media/" AVATARS_DIR = "avatars/"