Mercurial > libervia-web
comparison src/server/constants.py @ 993:641664553a41
server: changed session timeout from 5 min to 2h, avoiding undesired disconnection on Libervia pages.
fix 210
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 13 Dec 2017 00:35:56 +0100 |
parents | 6daa59d44ee2 |
children | b6dc6cf76473 |
comparison
equal
deleted
inserted
replaced
992:08e0d1f8542c | 993:641664553a41 |
---|---|
24 | 24 |
25 APP_NAME = 'Libervia' | 25 APP_NAME = 'Libervia' |
26 APP_NAME_FILE = "libervia" | 26 APP_NAME_FILE = "libervia" |
27 SERVICE_PROFILE = 'libervia' # the SàT profile that is used for exporting the service | 27 SERVICE_PROFILE = 'libervia' # the SàT profile that is used for exporting the service |
28 | 28 |
29 SESSION_TIMEOUT = 300 # Session's timeout, after that the user will be disconnected | 29 SESSION_TIMEOUT = 7200 # Session's timeout, after that the user will be disconnected |
30 HTML_DIR = "html/" | 30 HTML_DIR = "html/" |
31 THEMES_DIR = "themes/" | 31 THEMES_DIR = "themes/" |
32 THEMES_URL = "themes" | 32 THEMES_URL = "themes" |
33 MEDIA_DIR = "media/" | 33 MEDIA_DIR = "media/" |
34 CARDS_DIR = "games/cards/tarot" | 34 CARDS_DIR = "games/cards/tarot" |