Преглед на файлове

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