Mercurial > libervia-web
comparison libervia.tac @ 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 |
comparison
equal
deleted
inserted
replaced
153:ada146bac8fe | 154:82043fe5be4d |
---|---|
48 import tempfile, shutil, uuid | 48 import tempfile, shutil, uuid |
49 from server_side.blog import MicroBlog | 49 from server_side.blog import MicroBlog |
50 from zope.interface import Interface, Attribute, implements | 50 from zope.interface import Interface, Attribute, implements |
51 #import time | 51 #import time |
52 | 52 |
53 TIMEOUT = 600 #Session's time out, after that the user will be disconnected | 53 TIMEOUT = 300 #Session's time out, after that the user will be disconnected |
54 LIBERVIA_DIR = "output/" | 54 LIBERVIA_DIR = "output/" |
55 MEDIA_DIR = "media/" | 55 MEDIA_DIR = "media/" |
56 AVATARS_DIR = "avatars/" | 56 AVATARS_DIR = "avatars/" |
57 CARDS_DIR = "games/cards/tarot" | 57 CARDS_DIR = "games/cards/tarot" |
58 | 58 |