- Removed database-based config loading from server_configuration table - Simplified AppConfig::from_database to use empty HashMap since config is now loaded from bot_configuration table via drive_monitor - Removed unused load_config_from_db function - Removed config sync hash checking logic from ConfigManager - Cleaned up config update logic in ConfigManager The changes reflect the shift to loading configuration from the bot_configuration table instead of server_configuration, removing now-unused code paths and simplifying the configuration loading process. |
||
|---|---|---|
| .. | ||
| mod.rs | ||