Zebra/zebrad
teor 656bd24ba7 Hedge every syncer block download request
Remove the minimum data points from the syncer hedge configuragtion.
When there are no data points, hedge sends the second request
immediately.

Where there are less than 1/(1-latency_percentile) data points (20),
hedge delays the second request by the highest recent download time.

This change should improve genesis and post-restart sync latency.
2020-10-28 11:31:04 -04:00
..
src Hedge every syncer block download request 2020-10-28 11:31:04 -04:00
systemd add systemd service file 2020-10-14 15:33:00 -04:00
tests Run a block sync in CI with 2 large checkpoints (#1193) 2020-10-27 19:25:29 +10:00
Cargo.toml sync: add a concurrency limit for block downloads 2020-10-26 12:05:35 -07:00
README.md Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00

README.md

Zebrad

Zebrad is an application.

Getting Started

This application is authored using Abscissa, a Rust application framework.

For more information, see:

Documentation