send next rpc after removing
This commit is contained in:
parent
2a2441b248
commit
4ecab480b1
@ -327,10 +327,9 @@ actors:
|
|||||||
# Time in milliseconds for transaction to complete
|
# Time in milliseconds for transaction to complete
|
||||||
duration: "${ACTORS_RULE_TRANSACTION_DURATION:60000}"
|
duration: "${ACTORS_RULE_TRANSACTION_DURATION:60000}"
|
||||||
rpc:
|
rpc:
|
||||||
persistent:
|
max_retries: "${ACTORS_RPC_MAX_RETRIES:5}"
|
||||||
retries: "${ACTORS_RPC_PERSISTENT_RETRIES:5}"
|
|
||||||
sequence:
|
sequence:
|
||||||
enabled: "${ACTORS_RPC_SEQUENCE_ENABLED:true}"
|
enabled: "${ACTORS_RPC_SEQUENCE_ENABLED:false}"
|
||||||
statistics:
|
statistics:
|
||||||
# Enable/disable actor statistics
|
# Enable/disable actor statistics
|
||||||
enabled: "${ACTORS_STATISTICS_ENABLED:true}"
|
enabled: "${ACTORS_STATISTICS_ENABLED:true}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user