Fix for statistics collection period
This commit is contained in:
parent
f1d89ace5d
commit
e508925168
@ -322,7 +322,7 @@ actors:
|
|||||||
# Enable/disable actor statistics
|
# Enable/disable actor statistics
|
||||||
enabled: "${ACTORS_STATISTICS_ENABLED:true}"
|
enabled: "${ACTORS_STATISTICS_ENABLED:true}"
|
||||||
js_print_interval_ms: "${ACTORS_JS_STATISTICS_PRINT_INTERVAL_MS:10000}"
|
js_print_interval_ms: "${ACTORS_JS_STATISTICS_PRINT_INTERVAL_MS:10000}"
|
||||||
persist_frequency: "${ACTORS_STATISTICS_PERSIST_FREQUENCY:10000}"
|
persist_frequency: "${ACTORS_STATISTICS_PERSIST_FREQUENCY:3600000}"
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
# caffeine or redis
|
# caffeine or redis
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user