소스 검색

좀 더 잘 쓰도록

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()
     )