Commit 4ecab480b129badf7b3473b59e7b66b83eb12f2a

Authored by YevhenBondarenko
1 parent 2a2441b2

send next rpc after removing

... ... @@ -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}"
... ...