]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - development.ini
Add those settings to the sample INI files.
[xonotic/xonstat.git] / development.ini
index 62c9c36fac5507f879d0db47d84cec140f4e5af9..eff362fddba50331059114eb1f31bc236118834c 100755 (executable)
@@ -36,6 +36,20 @@ xonstat.leaderboard_lifetime = 30
 # Note: the default is true
 xonstat.verify_requests = false
 
+# similar to the above variables, but for server-specific views
+
+# how far back to go when fetching server statistics
+xonstat.servers.leaderboard_lifetime = 30
+
+# how many entries on the leaderboard to show
+xonstat.servers.leaderboard_count = 10
+
+# how many server entries to show per page
+xonstat.servers.index_count = 20
+
+# how many recent games to show
+xonstat.servers.recent_games_count = 20
+
 ##### END XONSTAT CONFIG SETTINGS #####
 
 [pipeline:main]