Ver código fonte

좀 더 잘 쓰도록

https://github.com/openNAMU/openNAMU/issues/1712
잉여개발기 (SPDV) 2 anos atrás
pai
commit
eab6d0043f
1 arquivos alterados com 2 adições e 1 exclusões
  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()
     )