Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1010 from helium/pevm/decrease-width
Browse files Browse the repository at this point in the history
use var sub for validation width
  • Loading branch information
evanmcc authored Aug 27, 2021
2 parents 9f67694 + 7720cd4 commit e863849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/docker-val.config.src
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{blockchain,
[
{listen_addresses, ["/ip4/0.0.0.0/tcp/2154"]},
{validation_width, 8},
{validation_width, "${VALIDATION_WIDTH}"},
{block_sync_batch_size, 10},
{block_sync_batch_limit, 100},
{max_inbound_connections, 32},
Expand Down
2 changes: 1 addition & 1 deletion config/val.config.src
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{listen_addresses, ["/ip4/0.0.0.0/tcp/2154"]},
{block_sync_batch_size, 10},
{block_sync_batch_limit, 100},
{validation_width, 8},
{validation_width, "${VALIDATION_WIDTH}"},
{max_inbound_connections, 32},
{snapshot_memory_limit, 2048},
{key, undefined},
Expand Down

0 comments on commit e863849

Please sign in to comment.