Skip to content

Commit

Permalink
Updated config-for-docker.ini
Browse files Browse the repository at this point in the history
- added state_snapshot plugin (adds feature without any extra cost)
- bumped up block after which transaction status are tracked
- tuned down webserver-thread-pool-size to 32, which is default
  • Loading branch information
Gandalf-the-Grey committed Apr 28, 2021
1 parent 9ed14a9 commit 14a76df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/config-for-docker.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ plugin = transaction_status_api

plugin = block_api network_broadcast_api rc_api

plugin = state_snapshot

account-history-rocksdb-path = "blockchain/account-history-rocksdb-storage"

shared-file-size = 24G
Expand All @@ -42,9 +44,7 @@ flush-state-interval = 0
p2p-endpoint = 0.0.0.0:2001

transaction-status-block-depth = 64000
transaction-status-track-after-block = 47000000
transaction-status-track-after-block = 53000000

webserver-http-endpoint = 0.0.0.0:8091
webserver-ws-endpoint = 0.0.0.0:8090

webserver-thread-pool-size = 32

0 comments on commit 14a76df

Please sign in to comment.