fix(server): remove connection stats feature (#1063)

This commit is contained in:
lollipopkit🏳️‍⚧️
2026-03-07 02:06:45 +08:00
committed by GitHub
parent ac4607371a
commit 04b47a385a
8 changed files with 3 additions and 397 deletions

View File

@@ -17,6 +17,7 @@ abstract final class Stores {
static PrivateKeyStore get key => getIt<PrivateKeyStore>();
static SnippetStore get snippet => getIt<SnippetStore>();
static HistoryStore get history => getIt<HistoryStore>();
// Keep the legacy box registered so existing connection stats DB files remain intact.
static ConnectionStatsStore get connectionStats => getIt<ConnectionStatsStore>();
/// All stores that need backup