Skip to content

Commit

Permalink
dec process count to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
psykomal committed Jun 19, 2024
1 parent 4bffc76 commit 88a3f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
_LOGGER = logging.getLogger(__name__)

_ONE_DAY = datetime.timedelta(days=1)
_PROCESS_COUNT = multiprocessing.cpu_count() * 2
_PROCESS_COUNT = multiprocessing.cpu_count()
_THREAD_CONCURRENCY = 1


Expand Down

0 comments on commit 88a3f1e

Please sign in to comment.