Explorar o código

num_processes 由 3 改为 5

liyuyi@c-top.com.cn %!s(int64=4) %!d(string=hai) anos
pai
achega
0cea821910
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ai_target_server.py

+ 1 - 1
ai_target_server.py

@@ -23,6 +23,6 @@ if __name__ == "__main__":
     if platform.system() == 'Windows':
         http_server.start()
     else:
-        http_server.start(num_processes=3)
+        http_server.start(num_processes=5)
     tornado.ioloop.IOLoop.instance().start()