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