diff --git a/anax-in-container/config/agbot.json.tmpl b/anax-in-container/config/agbot.json.tmpl index 702bb19ed..8bc30dc0e 100644 --- a/anax-in-container/config/agbot.json.tmpl +++ b/anax-in-container/config/agbot.json.tmpl @@ -5,8 +5,8 @@ "Partitions": "part0", "TxLostDelayTolerationSeconds": 120, "AgreementWorkers": 15, - "ProtocolTimeoutScaleFactor": 2, - "AgreementTimeoutScaleFactor": 2, + "ProtocolTimeoutScaleFactor": 3, + "AgreementTimeoutScaleFactor": 3, "NoDataIntervalS": 300, "ActiveAgreementsURL": "", "ActiveAgreementsUser": "", @@ -20,7 +20,7 @@ "ExchangeToken": "${EXCHANGE_TOKEN}", "ExchangeVersionCheckIntervalM": 1, "ExchangeHeartbeat": 60, - "ExchangeMessageTTL": 1800, + "ExchangeMessageTTLScaleFactor": 3, "ActiveDeviceTimeoutS": 180, "DefaultWorkloadPW": "", "MessageKeyPath": "msgKey", diff --git a/anax-in-container/config/anax.json b/anax-in-container/config/anax.json index bbcce2558..147da7969 100644 --- a/anax-in-container/config/anax.json +++ b/anax-in-container/config/anax.json @@ -13,7 +13,7 @@ "ExchangeHeartbeat": 60, "ExchangeVersionCheckIntervalM": 720, "ExchangeMessageTTL": 1800, - "AgreementTimeoutScaleFactor": 2, + "AgreementTimeoutScaleFactor": 3, "ReportDeviceStatus": true, "TrustCertUpdatesFromOrg": true, "TrustDockerAuthFromOrg": true,