X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=blobdiff_plain;f=development.ini;h=607970671dc8fd50e6dd8019425ce8a300599203;hp=eff362fddba50331059114eb1f31bc236118834c;hb=7c367cea3f80c13c14f44d43b807b08cef4a8401;hpb=20be94d6ac732a79360a02d8cc48f8df67ff9960 diff --git a/development.ini b/development.ini index eff362f..6079706 100755 --- a/development.ini +++ b/development.ini @@ -28,7 +28,7 @@ xonstat.minimum_required_players = 1 # how far back to reach for calculating leaderboard rank # e.g. set to 7 and only the current week's data is used -xonstat.leaderboard_lifetime = 30 +xonstat.leaderboard_lifetime = 365 # should the server verify requests using the d0_blind_id library? # if so, edit the d0_blind_id.py file with the correct location of @@ -36,20 +36,6 @@ 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]