diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2025-03-12 13:51:59 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2025-03-12 14:02:31 +0100 |
commit | 528c8b3e606ad9fdb314e41188ed7a0f37488ade (patch) | |
tree | d0ea8e36f036b89d6114077a818eeb18f37e6427 | |
parent | ddc44f9329b9e22115281fd62c5394e534bbc34e (diff) |
README: Add note about time to download
The sweet spot to take "all current logs" is right after the last year's
log shards expired and were pulled from Google Chrome's list. Because
then we don't have 12 months of mostly expired certificates to download.
Our measurement was a few months after the sweet spot.
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -88,8 +88,11 @@ Download and verify the logs' Merkle trees up until the current snapshot: This will take a while depending on the local system, configuration of the optional `collect` flags, as well as how heavily the logs apply rate-limits. + For reference, we [downloaded the logs](./docs/operations.md) from scratch in -less than 11 days using a single-IP machine that respects the logs' rate-limits. +less than 11 days using a machine with a single IP address. Note that it would +take roughly twice as long if the same measurement had been started during the +fall (because then the current year's log shards would have larger backlogs). ### Assemble |