boulder/test/authz-filler
Jacob Hoffman-Andrews c06dcfaf02 Limit number of authzs purged at once. (#3177)
Previously the expired-authz-purger would try to load the ids for all relevant
authzs into memory before doing any work. On a very large table, this would mean
running out of memory. This setting allows limiting how much work will be done
in one chunk.

Also add periodic logging of deletion count.

Fixes #3147.
2017-10-23 11:20:07 -07:00
..
config.json Limit number of authzs purged at once. (#3177) 2017-10-23 11:20:07 -07:00
main.go Limit number of authzs purged at once. (#3177) 2017-10-23 11:20:07 -07:00