# 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]
cache.type = memory
cache.hourly_term.expire = 3600
-# XonStat-specific settings
-xonstat.minimum_required_players = 2
-xonstat.leaderboard_lifetime = 7
-xonstat.verify_requests = true
+# XonStat-specific settings. See development.ini for their descriptions.
+xonstat.minimum_required_players = 2
+xonstat.leaderboard_lifetime = 7
+xonstat.verify_requests = true
+xonstat.servers.leaderboard_lifetime = 30
+xonstat.servers.leaderboard_count = 10
+xonstat.servers.index_count = 20
+xonstat.servers.recent_games_count = 20
[filter:weberror]
use = egg:WebError#error_catcher