mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
7 lines
116 B
Python
7 lines
116 B
Python
|
import multiprocessing
|
||
|
|
||
|
workers = multiprocessing.cpu_count() * 2 + 1
|
||
|
|
||
|
max_requests = 1000
|
||
|
max_requests_jitter = 50
|