1
This commit is contained in:
parent
daa67b607b
commit
515698ffab
@ -95,7 +95,7 @@ if __name__ == "__main__":
|
||||
conf = json.loads(open(CONFIG_DIR + '/rankserver.json', 'r').read())
|
||||
|
||||
app = make_app()
|
||||
app.listen(conf['listen_port'] + 1)
|
||||
app.listen(conf['listen_port'])
|
||||
conf['rushtime'] = 300
|
||||
|
||||
tornado.ioloop.IOLoop.current().call_later(conf['rushtime'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user