fix: build magikarp encounters at first try

This commit is contained in:
Alessandro Pezzè 2020-08-07 13:32:18 +02:00
parent 61a4f57564
commit ad3c43623d

View file

@ -1,4 +1,5 @@
from multiprocessing import cpu_count
bind = '0.0.0.0:8000'
workers = cpu_count() * 2 + 1
workers = cpu_count() * 2
threads = cpu_count() * 2