mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
fix: build magikarp encounters at first try
This commit is contained in:
parent
61a4f57564
commit
ad3c43623d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue