mirror of
https://github.com/Findus23/cr-search.git
synced 2024-09-11 06:03:45 +02:00
7 lines
220 B
Python
7 lines
220 B
Python
# import multiprocessing
|
|
|
|
pidfile = "/srv/server/crsearch/runtime/pid"
|
|
bind = "unix:/srv/server/crsearch/runtime/socket"
|
|
proc_name = "crsearch"
|
|
worker_tmp_dir = "/dev/shm"
|
|
# workers = multiprocessing.cpu_count() * 2 + 1
|