Mercurial > libervia-web
comparison 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 |
comparison
equal
deleted
inserted
replaced
553:8492c2bb463b | 554:471b6babe960 |
---|---|
28 | 28 |
29 APP_NAME = 'Libervia' | 29 APP_NAME = 'Libervia' |
30 APP_NAME_FILE = "libervia" | 30 APP_NAME_FILE = "libervia" |
31 SERVICE_PROFILE = 'libervia' # the SàT profile that is used for exporting the service | 31 SERVICE_PROFILE = 'libervia' # the SàT profile that is used for exporting the service |
32 | 32 |
33 TIMEOUT = 300 # Session's time out, after that the user will be disconnected | 33 TIMEOUT = 300 # Session's time out, after that the user will be disconnected or a waiting connection request will be reset |
34 HTML_DIR = "html/" | 34 HTML_DIR = "html/" |
35 SERVER_CSS_DIR = "server_css/" | 35 SERVER_CSS_DIR = "server_css/" |
36 MEDIA_DIR = "media/" | 36 MEDIA_DIR = "media/" |
37 CARDS_DIR = "games/cards/tarot" | 37 CARDS_DIR = "games/cards/tarot" |
38 | 38 |