From 06bf380baf32c6f3d62f2a455296c678c934535b Mon Sep 17 00:00:00 2001 From: plinytheelder Date: Tue, 5 Sep 2023 12:00:17 -0700 Subject: [PATCH] Add Gen 9 to Default Stats (#865) Add Gen 9 to Default Stats --- config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.json b/config/default.json index a73235957..243a9dbc0 100644 --- a/config/default.json +++ b/config/default.json @@ -231,7 +231,7 @@ // stats configuration // "stats": { - "maxPokemonId": 898, // current max Pokemon Id to consider in lists + "maxPokemonId": 1010, // current max Pokemon Id to consider in lists "minSampleSize": 10000, // minimum number of Pokemon to process before broadcasting stats to the controllers "pokemonCountToKeep": 8, // period for stats calculation in hours "rarityRefreshInterval": 5, // interval for rarity stats broadcast to controllers in minutes