mirror of
https://github.com/Findus23/cr-search.git
synced 2024-09-11 06:03:45 +02:00
code formatting
This commit is contained in:
parent
84f5ff2165
commit
23916fc78c
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# import multiprocessing
|
||||
|
||||
pidfile="/srv/server/crsearch/runtime/pid"
|
||||
bind="unix:/srv/server/crsearch/runtime/socket"
|
||||
proc_name="crsearch"
|
||||
worker_tmp_dir="/dev/shm"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue