Libera-Chat / sable

GNU Affero General Public License v3.0
78 stars 8 forks source link

Use exponential backoff in ReplicatedEventLog::start_sync_to_network #82

Closed progval closed 12 months ago

progval commented 12 months ago

This allows using a shorter initial interval without spammer requests, so bootstrapping a large network is faster.

For example, bootstrapping a 5-nodes network now takes ~2 seconds instead of 5-20s.