Skip to content
Snippets Groups Projects
Commit 1c2ab725 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Change app_harakiri default to 30 seconds

parent 39768c2f
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 20 deletions
......@@ -7,7 +7,7 @@ autoload =
master =
workers = {{ app_workers|default(4) }}
prio = -5
harakiri = {{app_harakiri|default(5)}}
harakiri = {{app_harakiri|default(30)}}
buffer-size=32768
cheaper = 1
......
......@@ -14,7 +14,6 @@ app_mountpoint: /
app_service_env: []
app_mules: 0
app_enable_threads: false
app_harakiri: 5
app_uwsgi_options: []
app_db_name: 'alumnigraph'
......
......@@ -15,7 +15,6 @@ app_mountpoint: /
app_service_env: []
app_mules: 0
app_enable_threads: false
app_harakiri: 5
app_workers: 4
app_uwsgi_options: []
......
......@@ -14,7 +14,6 @@ app_mountpoint: /
app_service_env: []
app_mules: 0
app_enable_threads: false
app_harakiri: 5
app_uwsgi_options: []
app_db_name: infoscreen
......
......@@ -14,7 +14,6 @@ app_mountpoint: /
app_service_env: []
app_mules: 0
app_enable_threads: false
app_harakiri: 5
app_uwsgi_options: []
app_db_name: ''
......
......@@ -14,7 +14,6 @@ app_mountpoint: /
app_service_env: []
app_mules: 0
app_enable_threads: false
app_harakiri: 5
app_uwsgi_options: []
app_db_name: lehrpreis
......
......@@ -14,7 +14,6 @@ app_mountpoint: /anmeldung
app_service_env: []
app_mules: 0
app_enable_threads: false
app_harakiri: 5
app_uwsgi_options: []
app_db_name: 'lipclms'
......
......@@ -14,7 +14,6 @@ app_mountpoint: /api
app_service_env: []
app_mules: 0
app_enable_threads: false
app_harakiri: 5
app_uwsgi_options: ['close-on-exec']
app_db_name: ''
......
......@@ -13,7 +13,6 @@ app_command: "runserver"
app_mountpoint: /
app_mules: 0
app_enable_threads: false
app_harakiri: 5
app_uwsgi_options: []
app_db_type: sqlite
......
......@@ -14,7 +14,6 @@ app_mountpoint: /api
app_service_env: []
app_mules: 0
app_enable_threads: false
app_harakiri: 5
app_uwsgi_options: ['close-on-exec']
app_db_name: ''
......
......@@ -14,7 +14,6 @@ app_mountpoint: /api
app_service_env: []
app_mules: 0
app_enable_threads: false
app_harakiri: 5
app_uwsgi_options: ['close-on-exec']
app_db_name: ''
......
......@@ -14,7 +14,6 @@ app_mountpoint: /kasse
app_service_env: []
app_mules: 0
app_enable_threads: false
app_harakiri: 5
app_uwsgi_options: []
app_db_name: ''
......
......@@ -8,7 +8,6 @@ app_path: /var/www/protokollsystem/program
app_python_version: 3
app_mules: 1
app_enable_threads: true
app_harakiri: 5
app_uwsgi_options: []
app_venv: /var/www/protokollsystem/program/
app_program: server.py
......
......@@ -14,7 +14,6 @@ app_mountpoint: /redeleitsystem
app_service_env: []
app_mules: 0
app_enable_threads: false
app_harakiri: 5
app_uwsgi_options: []
app_db_name: 'redeleitsystem'
......
......@@ -14,7 +14,6 @@ app_mountpoint: /
app_service_env: []
app_mules: 0
app_enable_threads: true
app_harakiri: 5
app_uwsgi_options: []
app_db_name: ''
......
......@@ -14,7 +14,6 @@ app_mountpoint: /
app_service_env: []
app_mules: 0
app_enable_threads: false
app_harakiri: 5
app_uwsgi_options: []
app_db_name: ''
......
......@@ -14,7 +14,6 @@ app_mountpoint: /
app_service_env: []
app_mules: 0
app_enable_threads: false
app_harakiri: 5
app_uwsgi_options: []
app_db_type: ""
......
......@@ -13,7 +13,6 @@ app_command: ''
app_mountpoint: /
app_mules: 0
app_enable_threads: false
app_harakiri: 5
app_uwsgi_options: []
app_service_env: []
......
......@@ -14,7 +14,6 @@ app_mountpoint: /
app_service_env: []
app_mules: 0
app_enable_threads: false
app_harakiri: 5
app_uwsgi_options: []
app_db_name: shorturl
......
......@@ -14,7 +14,6 @@ app_mountpoint: /
app_service_env: []
app_mules: 0
app_enable_threads: false
app_harakiri: 5
app_uwsgi_options: []
app_db_name: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment