save the db less often

This commit is contained in:
Bryan Stitt 2023-11-21 23:45:57 -04:00
parent 2c60f5c1a0
commit 930fcc83bd

@ -307,7 +307,7 @@ impl App {
let stat_sender = if let Some(spawned_stat_buffer) = StatBuffer::try_spawn(
BILLING_PERIOD_SECONDS,
top_config.app.chain_id,
30,
120,
top_config.app.influxdb_bucket.clone(),
influxdb_client.clone(),
rpc_secret_key_cache.clone(),