]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - production.ini
Size the games table on the games finder page.
[xonotic/xonstat.git] / production.ini
index 95b9bf66160ea5db75f6239ec3065a1f5e646cc3..1acf5c82f7e50fbcb880b700e429df732db16441 100644 (file)
@@ -7,6 +7,17 @@ debug_routematch = false
 debug_templates = false
 default_locale_name = en
 sqlalchemy.url = sqlite:///%(here)s/XonStat.db
+mako.directories = xonstat:templates
+
+# Beaker cache settings
+# Default is to use one region with hourly cache invalidation
+cache.regions = hourly_term
+cache.type = memory
+cache.hourly_term.expire = 3600
+
+xonstat.minimum_required_players = 2
+xonstat.leaderboard_lifetime = 7
+xonstat.verify_requests = true
 
 [filter:weberror]
 use = egg:WebError#error_catcher