liyuyi@c-top.com.cn 4 лет назад
Родитель
Сommit
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()