mirror of
https://github.com/simon987/od-database.git
synced 2025-04-04 06:52:59 +00:00
9 lines
110 B
INI
9 lines
110 B
INI
[uwsgi]
|
|
module = main
|
|
callable = app
|
|
|
|
enable-threads = true
|
|
processes = 4
|
|
threads = 16
|
|
|
|
disable-logging = True |