lgtm 2
This commit is contained in:
parent
a8de0a614d
commit
3fa95819e3
30 changed files with 907 additions and 205 deletions
|
|
@ -6,6 +6,7 @@ mod checkout_sessions;
|
|||
mod consts;
|
||||
mod data;
|
||||
mod features;
|
||||
mod language;
|
||||
mod licensing;
|
||||
mod metrics;
|
||||
mod og_middleware;
|
||||
|
|
@ -496,7 +497,7 @@ async fn main() -> anyhow::Result<()> {
|
|||
|
||||
let shared = Arc::new(SharedState::new(app_state));
|
||||
|
||||
// Start background PocketBase metrics poller (users, saved searches/properties counts)
|
||||
// Start background PocketBase metrics poller (users, saved searches counts)
|
||||
pocketbase::start_metrics_poller(shared.clone());
|
||||
|
||||
let initial_state = shared.load_state();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue