Stats: lazy initialization
Ask the DatabasePlugin for stats when the first client requests them, not at startup.
This commit is contained in:
@@ -24,7 +24,8 @@ class Client;
|
||||
|
||||
void stats_global_init(void);
|
||||
|
||||
void stats_update(void);
|
||||
void
|
||||
stats_invalidate();
|
||||
|
||||
void
|
||||
stats_print(Client &client);
|
||||
|
Reference in New Issue
Block a user