ソースを参照

좀 더 잘 쓰도록

https://github.com/openNAMU/openNAMU/issues/1712
잉여개발기 (SPDV) 2 年 前
コミット
eab6d0043f
1 ファイル変更2 行追加1 行削除
  1. 2 1
      app.py

+ 2 - 1
app.py

@@ -647,5 +647,6 @@ if __name__ == "__main__":
         app,
         host = server_set['host'],
         port = int(server_set['port']),
-        clear_untrusted_proxy_headers = True
+        clear_untrusted_proxy_headers = True,
+        threads = os.cpu_count()
     )