Skip to content

0.1.3

Compare
Choose a tag to compare
@c29r3 c29r3 released this 13 Nov 11:17
· 63 commits to main since this release
cf3718d

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