File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/app/firedancer-dev/config Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 18
18
heap_size_gib = 140
19
19
max_account_records = 150000000
20
20
max_database_transactions = 2000
21
+ [runtime .limits ]
22
+ max_banks = 128
21
23
[tiles ]
22
24
[tiles .shred ]
23
25
max_pending_shred_sets = 16384
24
26
[tiles .repair ]
25
27
repair_intake_listen_port = 9294
26
28
repair_serve_listen_port = 8034
29
+ slot_max = 131072
27
30
[tiles .replay ]
28
31
snapshot_url = " http://{validator_ip}:8899/snapshot.tar.bz2"
29
32
incremental_url = " http://{validator_ip}:8899/incremental-snapshot.tar.bz2"
30
33
[tiles .metric ]
31
34
prometheus_listen_address = " 0.0.0.0"
32
35
prometheus_listen_port = 7999
33
36
[consensus ]
34
- expected_shred_version = 64475
37
+ expected_shred_version = 9065
35
38
[paths ]
36
39
identity_key = " {keys}/fd-identity-keypair.json"
37
40
vote_account = " {keys}/fd-vote-keypair.json"
You can’t perform that action at this time.
0 commit comments