mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
17 lines
206 B
Python
17 lines
206 B
Python
|
|
workers = 1
|
|
|
|
worker_tmp_dir = '/dev/shm'
|
|
|
|
bind = '0.0.0.0:5000'
|
|
umask = 0o007
|
|
reload = False
|
|
|
|
worker_class = 'gevent'
|
|
|
|
#logging
|
|
accesslog = '-'
|
|
errorlog = '-'
|
|
|
|
max_requests = 5000
|
|
max_requests_jitter = 50
|