-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Auto-updater improvements #7272
Comments
wouldn't this random delay be encapsulated by the differences in time to receive the block that triggers the update? |
That's not enough. For Kovan block time is 3seconds, and if every authority runs with auto-updated we are basically killing the entire network. |
Maybe if we have default threshold based on time and block height. For example, set a time minimum randomly selected from a range (1-12hrs?), and compare to a minimum block height delta (500-1K blocks?), using whichever results in longer delay? Potentially, could also set different defaults for setups that would require different recovery times (e.g.archive vs light nodes). Different default thresholds would help with archive nodes taking 48hrs to sync (#7438 proposed solution)[https://github.com//pull/7348#issuecomment-353059939]. Their default time delay could be a randomized value in 48-96hr range. |
The text was updated successfully, but these errors were encountered: