From a9051b3f2989b451c7ace8bb859e5d1e927cd0ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sat, 17 Dec 2022 13:47:29 +0200 Subject: [PATCH] Run as single process --- app/doorboy-proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/doorboy-proxy.py b/app/doorboy-proxy.py index 1153ab3..6b9ab1d 100755 --- a/app/doorboy-proxy.py +++ b/app/doorboy-proxy.py @@ -74,4 +74,4 @@ async def view_longpoll(request): if __name__ == "__main__": - app.run(debug=False, host="0.0.0.0", port=5000) + app.run(debug=False, host="0.0.0.0", port=5000, single_process=True)