Commit e50892516851144c1454be1fc36336ed9144a0d7
1 parent
f1d89ace
Fix for statistics collection period
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -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 | ... | ... |