Skip to content

Commit 26ec626

Browse files
committed
fixes to toml needed for testnet
1 parent 8bbca20 commit 26ec626

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/app/firedancer-dev/config/default.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,23 @@
1818
heap_size_gib = 140
1919
max_account_records = 150000000
2020
max_database_transactions = 2000
21+
[runtime.limits]
22+
max_banks = 128
2123
[tiles]
2224
[tiles.shred]
2325
max_pending_shred_sets = 16384
2426
[tiles.repair]
2527
repair_intake_listen_port = 9294
2628
repair_serve_listen_port = 8034
29+
slot_max = 131072
2730
[tiles.replay]
2831
snapshot_url = "http://{validator_ip}:8899/snapshot.tar.bz2"
2932
incremental_url = "http://{validator_ip}:8899/incremental-snapshot.tar.bz2"
3033
[tiles.metric]
3134
prometheus_listen_address = "0.0.0.0"
3235
prometheus_listen_port = 7999
3336
[consensus]
34-
expected_shred_version = 64475
37+
expected_shred_version = 9065
3538
[paths]
3639
identity_key = "{keys}/fd-identity-keypair.json"
3740
vote_account = "{keys}/fd-vote-keypair.json"

0 commit comments

Comments
 (0)