From 4ecab480b129badf7b3473b59e7b66b83eb12f2a Mon Sep 17 00:00:00 2001 From: YevhenBondarenko Date: Wed, 18 Aug 2021 18:54:49 +0300 Subject: [PATCH] send next rpc after removing --- application/src/main/resources/thingsboard.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/application/src/main/resources/thingsboard.yml b/application/src/main/resources/thingsboard.yml index 67260e4d33..a7b6204fc2 100644 --- a/application/src/main/resources/thingsboard.yml +++ b/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}"