You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CT logs rate-limit our get-entries requests, and this limits how quickly we can "reboot" CRLite when we make a change that requires us to re-ingest CT log data. This issue tracks our progress on speeding up the ingestion of CT log data.
We're currently planning three changes:
Use consistency proofs to verify that entries we downloaded (potentially from a third party) match the entries in a CT log.
Download entries from CT logs in most-recent-first order. The idea here is that we can get entries {0, 1, ..., k} from a third party, so we should spend our get-entries requests on new entries.
Check for log entries in a local disk cache before making a get-entries request.
The text was updated successfully, but these errors were encountered:
CT logs rate-limit our
get-entries
requests, and this limits how quickly we can "reboot" CRLite when we make a change that requires us to re-ingest CT log data. This issue tracks our progress on speeding up the ingestion of CT log data.We're currently planning three changes:
get-entries
requests on new entries.get-entries
request.The text was updated successfully, but these errors were encountered: