Add timeout for barmen

This commit is contained in:
Skia
2016-04-12 13:08:37 +02:00
parent 20a97526d4
commit c1a151d754
2 changed files with 32 additions and 8 deletions

View File

@ -246,3 +246,6 @@ CLUB_ROLES = {
# This corresponds to the maximum role a user can freely subscribe to
# In this case, MAXIMUM_FREE_ROLE=1 means that a user can set himself as "Membre actif" or "Curieux", but not higher
MAXIMUM_FREE_ROLE=1
# Minutes to timeout the logged barmen
SITH_BARMAN_TIMEOUT=20