save the db less often
This commit is contained in:
parent
2c60f5c1a0
commit
930fcc83bd
@ -307,7 +307,7 @@ impl App {
|
|||||||
let stat_sender = if let Some(spawned_stat_buffer) = StatBuffer::try_spawn(
|
let stat_sender = if let Some(spawned_stat_buffer) = StatBuffer::try_spawn(
|
||||||
BILLING_PERIOD_SECONDS,
|
BILLING_PERIOD_SECONDS,
|
||||||
top_config.app.chain_id,
|
top_config.app.chain_id,
|
||||||
30,
|
120,
|
||||||
top_config.app.influxdb_bucket.clone(),
|
top_config.app.influxdb_bucket.clone(),
|
||||||
influxdb_client.clone(),
|
influxdb_client.clone(),
|
||||||
rpc_secret_key_cache.clone(),
|
rpc_secret_key_cache.clone(),
|
||||||
|
Loading…
Reference in New Issue
Block a user