update: reduce default ZO_USAGE_PUBLISH_INTERVAL to 60s to avoid long delays
This commit is contained in:
parent
f307c9476e
commit
03fd7215ff
|
@ -662,7 +662,7 @@ pub struct Common {
|
|||
pub usage_batch_size: usize,
|
||||
#[env_config(
|
||||
name = "ZO_USAGE_PUBLISH_INTERVAL",
|
||||
default = 600,
|
||||
default = 60,
|
||||
help = "duration in seconds after last reporting usage will be published"
|
||||
)]
|
||||
// in seconds
|
||||
|
|
Loading…
Reference in New Issue