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,7 +322,7 @@ actors: | ||
322 | # Enable/disable actor statistics | 322 | # Enable/disable actor statistics |
323 | enabled: "${ACTORS_STATISTICS_ENABLED:true}" | 323 | enabled: "${ACTORS_STATISTICS_ENABLED:true}" |
324 | js_print_interval_ms: "${ACTORS_JS_STATISTICS_PRINT_INTERVAL_MS:10000}" | 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 | cache: | 327 | cache: |
328 | # caffeine or redis | 328 | # caffeine or redis |