Skip to content

Commit

Permalink
Merge pull request #2375 from MaxMcAdam/anax-2197c
Browse files Browse the repository at this point in the history
Issue #2197 - Remove ExchangeMessageTTL from agbot default config
  • Loading branch information
linggao committed Mar 11, 2021
2 parents 92b6115 + 2a46c5f commit c1d11ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions anax-in-container/config/agbot.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"Partitions": "part0",
"TxLostDelayTolerationSeconds": 120,
"AgreementWorkers": 15,
"ProtocolTimeoutScaleFactor": 2,
"AgreementTimeoutScaleFactor": 2,
"ProtocolTimeoutScaleFactor": 3,
"AgreementTimeoutScaleFactor": 3,
"NoDataIntervalS": 300,
"ActiveAgreementsURL": "",
"ActiveAgreementsUser": "",
Expand All @@ -20,7 +20,7 @@
"ExchangeToken": "${EXCHANGE_TOKEN}",
"ExchangeVersionCheckIntervalM": 1,
"ExchangeHeartbeat": 60,
"ExchangeMessageTTL": 1800,
"ExchangeMessageTTLScaleFactor": 3,
"ActiveDeviceTimeoutS": 180,
"DefaultWorkloadPW": "",
"MessageKeyPath": "msgKey",
Expand Down
2 changes: 1 addition & 1 deletion anax-in-container/config/anax.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ExchangeHeartbeat": 60,
"ExchangeVersionCheckIntervalM": 720,
"ExchangeMessageTTL": 1800,
"AgreementTimeoutScaleFactor": 2,
"AgreementTimeoutScaleFactor": 3,
"ReportDeviceStatus": true,
"TrustCertUpdatesFromOrg": true,
"TrustDockerAuthFromOrg": true,
Expand Down

0 comments on commit c1d11ac

Please sign in to comment.