Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wbendick authored and hoffmang9 committed Apr 9, 2021
1 parent 9d715b9 commit c62f1ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chia/plotting/plot_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ def process_file(filename):
plot_memo_str: str = plot_memo.hex()
log.info(f"Memo: {plot_memo_str}")

with ThreadPoolExecutor(max_workers=48) as executor:
executor.map(process_file, all_filenames)
with ThreadPoolExecutor(s) as executor:
executor.map(process_file, all_filenames)

log.info(
f"Loaded a total of {len(new_provers)} plots of size {total_size / (1024 ** 4)} TiB, in"
Expand Down

0 comments on commit c62f1ce

Please sign in to comment.