Skip to content

Commit

Permalink
config: move verify tile count back to six
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgee-jump committed Nov 27, 2024
1 parent 13ad286 commit a3c213f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/fdctl/config/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -689,10 +689,10 @@ dynamic_port_range = "8900-9000"
# validator is not dropping incoming QUIC transactions from clients.
#
# On modern hardware, each verify tile can handle around 20-40K
# transactions per second. Eight tiles seems to be enough to handle
# transactions per second. Six tiles seems to be enough to handle
# current `mainnet-beta` traffic, unless the validator is under a
# denial of service or spam attack.
verify_tile_count = 8
verify_tile_count = 6

# How many bank tiles to run. Should be set to 4. Bank tiles
# execute transactions, so the validator can include the results of
Expand Down

0 comments on commit a3c213f

Please sign in to comment.