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
Automatic trustdb checks during gpg operations may cause those operations to run long on instances with large public keyrings, degrading application performance or in extreme cases causing page timeouts.
Steps to Reproduce
With a fresh install, run loaddata.py often enough to generate keys for 10-20k sources
Repeatedly generate new sources manually and observe intermittent slow response times
Comments
gpg provides the --no-auto-check-trustdb argument that skips regular trustdb checks. Ought to be the right way for us to handle this as we do not make use of the Web of Trust at all.
The text was updated successfully, but these errors were encountered:
Description
Automatic trustdb checks during
gpg
operations may cause those operations to run long on instances with large public keyrings, degrading application performance or in extreme cases causing page timeouts.Steps to Reproduce
loaddata.py
often enough to generate keys for 10-20k sourcesComments
gpg
provides the--no-auto-check-trustdb
argument that skips regular trustdb checks. Ought to be the right way for us to handle this as we do not make use of the Web of Trust at all.The text was updated successfully, but these errors were encountered: