Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/chore/dashmate/update-template-t…
Browse files Browse the repository at this point in the history
…o-1.1.0' into chore/dashmate/update-template-to-1.1.0
  • Loading branch information
shumkov committed Aug 25, 2024
2 parents d7517c4 + 9c498f5 commit 235202f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/dashmate/templates/dashmate.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"dapiAndDrive": {
"host": "0.0.0.0",
"port": {{ gateway_port }},
"waitForStResultTimeout": '125s',
"waitForStResultTimeout": "125s",
"http2": {
"maxConcurrentStreams": {{ dashmate_platform_gateway_listeners_dapi_and_drive_http2_max_concurrent_streams }}
}
Expand Down Expand Up @@ -358,7 +358,7 @@
"txSendRateLimit": {{dashmate_platform_drive_tenderdash_mempool_tx_send_rate_limit}},
"txRecvRateLimit": {{dashmate_platform_drive_tenderdash_mempool_tx_recv_rate_limit}},
"maxConcurrentCheckTx": {{dashmate_platform_drive_tenderdash_mempool_max_concurrent_check_tx}},
"ttlDuration": '24h',
"ttlDuration": "24h",
"ttlNumBlocks": 0,
},
"rpc": {
Expand Down

0 comments on commit 235202f

Please sign in to comment.