~widelands-dev/widelands-website/reenable_wiki_edit_lock

« back to all changes in this revision

Viewing changes to settings.py

  • Committer: franku
  • Date: 2018-05-07 07:03:26 UTC
  • mfrom: (493.1.3 online_users)
  • Revision ID: somal@arcor.de-20180507070326-ycoxgliv4vtuzyq7
fixed bug 1769235; using a databse cache to get the Online users box work correct

Show diffs side-by-side

added added

removed removed

Lines of Context:
322
322
###########################
323
323
 
324
324
# Time in seconds how long a user will be shown online
325
 
ONLINE_THRESHOLD = 60 * 30
 
325
ONLINE_THRESHOLD = 60 * 15
326
326
# Number of stored users
327
327
ONLINE_MAX = 25
328
328