From 62e0d2e8e54e20d3412252406ca46d44ca258c95 Mon Sep 17 00:00:00 2001 From: Ahn Jiwan Date: Wed, 6 Dec 2023 23:16:20 +0900 Subject: [PATCH] =?UTF-8?q?:ambulance:=20hotfix:=20=EC=9E=84=EC=8B=9C?= =?UTF-8?q?=EB=A1=9C=20=EC=8B=B1=EA=B8=80=ED=94=84=EB=A1=9C=EC=84=B8?= =?UTF-8?q?=EC=8A=A4=EB=A1=9C=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 3defafe..7e1d3da 100644 --- a/main.py +++ b/main.py @@ -55,6 +55,6 @@ async def read_item(file: UploadFile = File(...)): app='main:app', host='0.0.0.0', port=8000, - workers=4, + workers=1, access_log=False, )