config manager reductions to reduce overhead

This commit is contained in:
Chuck
2025-09-12 17:15:45 -04:00
parent 32b1b8020a
commit bc3883df14
13 changed files with 39 additions and 22 deletions

View File

@@ -58,7 +58,8 @@ class LeaderboardManager:
# Initialize managers
self.cache_manager = CacheManager()
self.config_manager = ConfigManager()
# Store reference to config instead of creating new ConfigManager
self.config = config
# State variables
self.last_update = 0