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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Reopen LMDB cache if a writing transaction times out. This is a safety net for all kinds of corner cases where LMDB can get locked by a worker process that times out or gets killed in any other way.
Fix CA resource re-validation that could be skipped in some cases.
Improve the procedure for choosing a manifest for a CA.
Extend data returned by the /api/system endpoint.
Fix the manifest clean-up procedure to make it slightly more efficient.