优化事件处理

This commit is contained in:
Jalin
2019-01-10 11:06:07 +08:00
parent f47368206c
commit 0d7558afeb
10 changed files with 74 additions and 31 deletions

View File

@@ -20,7 +20,8 @@ def main():
if not Const.IS_TEST:
while True:
sleep(10000)
else:
if Config().is_cluster_enabled(): stay_second(5) # 等待接受完通知
CommonLog.print_test_complete()