Skip to content

Commit

Permalink
Revert "[mempool] add VFN-specific configs (aptos-labs#4890)" (aptos-…
Browse files Browse the repository at this point in the history
…labs#4940)

This reverts commit 2f8408b.
  • Loading branch information
bchocho authored Oct 11, 2022
1 parent 3e7efaa commit 79009d6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docker/compose/aptos-node/fullnode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ full_node_networks:
type: "from_file"
path: "/opt/aptos/genesis/validator-full-node-identity.yaml"

mempool:
shared_mempool_max_concurrent_inbound_syncs: 16 # default 4
max_broadcasts_per_peer: 4 # default 1
default_failovers: 0 # default 3
shared_mempool_batch_size: 200 # default 100
shared_mempool_tick_interval_ms: 10 # default 50

api:
enabled: true
address: "0.0.0.0:8080"

0 comments on commit 79009d6

Please sign in to comment.