Skip to content

5 minute timeout for getting blocks from peers

David Vorick requested to merge ibd-timeout into master

To prevent one peer from being able to slow things down too much, the gateway will switch peers every 5 minutes during ibd. Due to a previous bug in the gateway code, this limit had to be set to 45 minutes until a sufficient number of peers had upgraded to the new code.

Enough peers have now upgraded.

Merge request reports