increased default debug event limits (#2006)
* increased default debug event limits * increased the amount of default debug events 100 times
This commit is contained in:
parent
cb61260c5f
commit
3d9ed0462d
@ -222,7 +222,7 @@ actors:
|
||||
error_persist_frequency: "${ACTORS_RULE_CHAIN_ERROR_FREQUENCY:3000}"
|
||||
debug_mode_rate_limits_per_tenant:
|
||||
enabled: "${ACTORS_RULE_CHAIN_DEBUG_MODE_RATE_LIMITS_PER_TENANT_ENABLED:true}"
|
||||
configuration: "${ACTORS_RULE_CHAIN_DEBUG_MODE_RATE_LIMITS_PER_TENANT_CONFIGURATION:500:3600}"
|
||||
configuration: "${ACTORS_RULE_CHAIN_DEBUG_MODE_RATE_LIMITS_PER_TENANT_CONFIGURATION:50000:3600}"
|
||||
node:
|
||||
# Errors for particular actor are persisted once per specified amount of milliseconds
|
||||
error_persist_frequency: "${ACTORS_RULE_NODE_ERROR_FREQUENCY:3000}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user