Showing
1 changed file
with
2 additions
and
3 deletions
@@ -327,10 +327,9 @@ actors: | @@ -327,10 +327,9 @@ actors: | ||
327 | # Time in milliseconds for transaction to complete | 327 | # Time in milliseconds for transaction to complete |
328 | duration: "${ACTORS_RULE_TRANSACTION_DURATION:60000}" | 328 | duration: "${ACTORS_RULE_TRANSACTION_DURATION:60000}" |
329 | rpc: | 329 | rpc: |
330 | - persistent: | ||
331 | - retries: "${ACTORS_RPC_PERSISTENT_RETRIES:5}" | 330 | + max_retries: "${ACTORS_RPC_MAX_RETRIES:5}" |
332 | sequence: | 331 | sequence: |
333 | - enabled: "${ACTORS_RPC_SEQUENCE_ENABLED:true}" | 332 | + enabled: "${ACTORS_RPC_SEQUENCE_ENABLED:false}" |
334 | statistics: | 333 | statistics: |
335 | # Enable/disable actor statistics | 334 | # Enable/disable actor statistics |
336 | enabled: "${ACTORS_STATISTICS_ENABLED:true}" | 335 | enabled: "${ACTORS_STATISTICS_ENABLED:true}" |