Commit e50892516851144c1454be1fc36336ed9144a0d7

Authored by Andrii Shvaika
1 parent f1d89ace

Fix for statistics collection period

... ... @@ -322,7 +322,7 @@ actors:
322 322 # Enable/disable actor statistics
323 323 enabled: "${ACTORS_STATISTICS_ENABLED:true}"
324 324 js_print_interval_ms: "${ACTORS_JS_STATISTICS_PRINT_INTERVAL_MS:10000}"
325   - persist_frequency: "${ACTORS_STATISTICS_PERSIST_FREQUENCY:10000}"
  325 + persist_frequency: "${ACTORS_STATISTICS_PERSIST_FREQUENCY:3600000}"
326 326
327 327 cache:
328 328 # caffeine or redis
... ...