Commit 3d9ed0462d4114806dafdb4e031bc3e74c8396bc
Committed by
Igor Kulikov
1 parent
cb61260c
increased default debug event limits (#2006)
* increased default debug event limits * increased the amount of default debug events 100 times
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -222,7 +222,7 @@ actors: | @@ -222,7 +222,7 @@ actors: | ||
222 | error_persist_frequency: "${ACTORS_RULE_CHAIN_ERROR_FREQUENCY:3000}" | 222 | error_persist_frequency: "${ACTORS_RULE_CHAIN_ERROR_FREQUENCY:3000}" |
223 | debug_mode_rate_limits_per_tenant: | 223 | debug_mode_rate_limits_per_tenant: |
224 | enabled: "${ACTORS_RULE_CHAIN_DEBUG_MODE_RATE_LIMITS_PER_TENANT_ENABLED:true}" | 224 | enabled: "${ACTORS_RULE_CHAIN_DEBUG_MODE_RATE_LIMITS_PER_TENANT_ENABLED:true}" |
225 | - configuration: "${ACTORS_RULE_CHAIN_DEBUG_MODE_RATE_LIMITS_PER_TENANT_CONFIGURATION:500:3600}" | 225 | + configuration: "${ACTORS_RULE_CHAIN_DEBUG_MODE_RATE_LIMITS_PER_TENANT_CONFIGURATION:50000:3600}" |
226 | node: | 226 | node: |
227 | # Errors for particular actor are persisted once per specified amount of milliseconds | 227 | # Errors for particular actor are persisted once per specified amount of milliseconds |
228 | error_persist_frequency: "${ACTORS_RULE_NODE_ERROR_FREQUENCY:3000}" | 228 | error_persist_frequency: "${ACTORS_RULE_NODE_ERROR_FREQUENCY:3000}" |