update: reduce default ZO_USAGE_PUBLISH_INTERVAL to 60s to avoid long delays

This commit is contained in:
Taiming Liu 2024-10-30 15:33:19 -07:00
parent f307c9476e
commit 03fd7215ff
1 changed files with 1 additions and 1 deletions

View File

@ -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