作者 邓超

优化同步

... ... @@ -78,7 +78,7 @@ function start(){
}
//每次都暂停1秒,防止同一时间启动太多的任务
co::sleep(1);
co::sleep(0.1);
}
... ...