Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Aug 24, 2024
1 parent 6bbed35 commit 9c498f5
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 @@ -357,7 +357,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 9c498f5

Please sign in to comment.