فهرست منبع

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