Skip to content

Commit

Permalink
chore(dashmate): update template for v1.1.0 (#663)
Browse files Browse the repository at this point in the history
* chore(dashmate): update template for v1.1.0

* fixes

* fix: missing `epochTime`

* fix: extra comma
  • Loading branch information
shumkov authored Aug 30, 2024
1 parent d2a3a36 commit 8116906
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ansible/roles/dashmate/templates/dashmate.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,10 @@
"host": "{{ private_ip }}",
"port": {{ dashmate_platform_drive_abci_metrics_port }}
},
"epochTime": {{ platform_drive_abci_epoch_time }}
"epochTime": {{ platform_drive_abci_epoch_time }},
"proposer": {
"txProcessingTimeLimit": 5000
}
},
"tenderdash": {
"mode": "validator",
Expand Down Expand Up @@ -356,7 +359,9 @@
"txEnqueueTimeout": "{{dashmate_platform_drive_tenderdash_mempool_tx_enqueue_timeout}}",
"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}}
"maxConcurrentCheckTx": {{dashmate_platform_drive_tenderdash_mempool_max_concurrent_check_tx}},
"ttlDuration": "24h",
"ttlNumBlocks": 0
},
"rpc": {
"host": "127.0.0.1",
Expand Down

0 comments on commit 8116906

Please sign in to comment.