Releases: c29r3/solana-snapshot-finder
Releases · c29r3/solana-snapshot-finder
v0.1.7
0.1.6
0.1.5
0.1.3
Limit number of checking rpc nodes per cycle.
- If we assume that 1 slot = 400 ms, and the download speed check time is 15 seconds. Then for 1 check the snapshot lags behind by 37.5 slots, for 10 by 375 slots. num_of_rpc_to_check = 10
measurement_time = 15 sec
slot_time = 400 ms
measurement_time / slot_time = 37.5 slots per check