Browse Source

send next rpc after removing

pull/5091/head
YevhenBondarenko 5 years ago
parent
commit
4ecab480b1
  1. 5
      application/src/main/resources/thingsboard.yml

5
application/src/main/resources/thingsboard.yml

@ -327,10 +327,9 @@ actors:
# Time in milliseconds for transaction to complete
duration: "${ACTORS_RULE_TRANSACTION_DURATION:60000}"
rpc:
persistent:
retries: "${ACTORS_RPC_PERSISTENT_RETRIES:5}"
max_retries: "${ACTORS_RPC_MAX_RETRIES:5}"
sequence:
enabled: "${ACTORS_RPC_SEQUENCE_ENABLED:true}"
enabled: "${ACTORS_RPC_SEQUENCE_ENABLED:false}"
statistics:
# Enable/disable actor statistics
enabled: "${ACTORS_STATISTICS_ENABLED:true}"

Loading…
Cancel
Save