math280h / redactdump

Database dumps with support for redacting/replacing data
Apache License 2.0
4 stars 0 forks source link

max_workers is currently hard-coded #12

Closed math280h closed 2 years ago

math280h commented 2 years ago

with ThreadPoolExecutor(max_workers=2) as exe: should use a reasonable default and allow change via CLI argument.