Skip to content

Commit

Permalink
🔥 Lame thread count increase
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Sep 26, 2024
1 parent f848b60 commit 37b9ef2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iembot.tac
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ r.setServiceParent(serviceCollection)

# Increase threadpool size to do more work at once
# 128 not large enough when SPC's products come through :/
reactor.getThreadPool().adjustPoolsize(maxthreads=256)
# 256 is not enough for hurricanes
reactor.getThreadPool().adjustPoolsize(maxthreads=512)

0 comments on commit 37b9ef2

Please sign in to comment.