wait longer to keep safe
This commit is contained in:
parent
2621e5e564
commit
50b11fff02
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class DbTransfer(object):
|
|||
|
||||
if len(new_servers) > 0:
|
||||
from shadowsocks import eventloop
|
||||
self.event.wait(eventloop.TIMEOUT_PRECISION)
|
||||
self.event.wait(eventloop.TIMEOUT_PRECISION + eventloop.TIMEOUT_PRECISION / 2)
|
||||
for port in new_servers.keys():
|
||||
passwd, cfg = new_servers[port]
|
||||
logging.info('db start server at port [%s] pass [%s]' % (port, passwd))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue