Skip to content

Commit

Permalink
Update render.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrmnn committed Jun 7, 2024
1 parent 709f3a3 commit a0e3b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def func():

ctx['scholar'] = cache.get_custom('scholar', func)

with concurrent.futures.ThreadPoolExecutor(max_workers=20) as pool:
with concurrent.futures.ThreadPoolExecutor(max_workers=4) as pool:
futures = [
pool.submit(func, x)
for func, x in [
Expand Down

0 comments on commit a0e3b87

Please sign in to comment.