Back to home page

EIC code displayed by LXR

 
 

    


Warning, /harvester/templates/panda/panda_harvester-uwsgi.ini.rpmnew.template is written in an unsupported language. File is not indexed.

0001 [uwsgi]
0002 ; Comment with semicolon like this line
0003 
0004 ; These options are necessary to run harvester with uwsgi and control with
0005 ; the uwsgi service script. Better not change them :)
0006 master = true
0007 lazy-apps = true
0008 wsgi-file = $(SITE_PACKAGES_PATH)/pandaharvester/harvesterbody/master.py
0009 
0010 ; Following options are all configurable
0011 uid = $(userName)
0012 gid = $(groupName)
0013 
0014 socket = $(uwsgiSocket)
0015 ;http = $(httpRouter)
0016 ;https = $(httpsRouter)
0017 
0018 chdir = $(VIRTUAL_ENV)
0019 safe-pidfile = $(PIDFILE)
0020 master-fifo = $(UWSGI_FIFO)
0021 
0022 processes = 2
0023 threads = 4
0024 
0025 worker-reload-mercy = 2
0026 reload-on-exception = true
0027 
0028 buffer = 32768
0029 post-buffering = 32768
0030 
0031 log-date = [%%y-%%m-%%d %%H:%%M:%%S]