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