소스 검색

num_processes 由 3 改为 5

liyuyi@c-top.com.cn 4 년 전
부모
커밋
0cea821910
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()