aboutsummaryrefslogtreecommitdiff
path: root/backoff.go
Commit message (Collapse)AuthorAgeFilesLines
* Add debug print in comments (backoff)Rasmus Dahlberg2025-03-121-0/+1
| | | | Make it easier for others to do similar debugging as me.
* fix: Ensure rate-limits work for get-entriesRasmus Dahlberg2025-03-121-0/+56
See further details here: https://github.com/google/certificate-transparency-go/issues/898 We're doing the same fix as silentct until upstream is fixed: https://git.glasklar.is/rgdd/silentct/-/blob/main/internal/monitor/backoff.go