From 3660440fb7a1553c8a190441fec48ad892bf055e Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 20 Jun 2023 09:24:14 +0200 Subject: [PATCH] Update funkwhale-server.service --- conf/funkwhale-server.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/funkwhale-server.service b/conf/funkwhale-server.service index 44aa564..3d38df0 100644 --- a/conf/funkwhale-server.service +++ b/conf/funkwhale-server.service @@ -16,8 +16,7 @@ ExecStart=__INSTALL_DIR__/venv/bin/gunicorn \ config.asgi:application \ --workers ${FUNKWHALE_WEB_WORKERS} \ --worker-class uvicorn.workers.UvicornWorker \ - --bind ${FUNKWHALE_API_IP}:${FUNKWHALE_API_PORT} \ - --timeout 120 + --bind ${FUNKWHALE_API_IP}:${FUNKWHALE_API_PORT} ExecReload=/bin/kill -s HUP $MAINPID