internetarchive / warcprox

WARC writing MITM HTTP/S proxy
378 stars 54 forks source link

Configurable max threads in CdxServerDedupLoader #113

Closed vbanos closed 5 years ago

vbanos commented 5 years ago

CdxServerDedupLoader used max_workers=400 by default. We make it a hidden CLI option --cdxserver-dedup-max-threads with a default value of 400.

We need to be able to tweak this setting because it creates too many CDX queries which cause problems with our production CDX servers.