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
Maybe it's a good idea to check the pending auth list backwards limiting at 300 pending authorizations found. This reduces load at Let's Encrypt and saves time for the checker.
The text was updated successfully, but these errors were encountered:
Good idea. The grep -R method of collecting logs will have to change, though, since that basically produces a random order, forcing us to do a full scan.
Maybe it's a good idea to check the pending auth list backwards limiting at 300 pending authorizations found. This reduces load at Let's Encrypt and saves time for the checker.
The text was updated successfully, but these errors were encountered: