-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prior to this change the publisher attempted to estimate and amortize the DHT publish load over the entire interval. Now we use a simpler AIMD method and then publish batches without any delay. Additionally no estimate metrics are computed instead two simple metrics of how many remaining records need to be published and the amount of time before the deadline. Now operationally you can estimate the lag, buts the code itself is simpler. Additionally logic was added to not start publishing until kademlia has been bootstrapped.
- Loading branch information
1 parent
ad65ccc
commit d738dad
Showing
3 changed files
with
303 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.