forked from mirror/MCSM-Daemon
修改了检测等待时间(由调试时间修改为真实时间)
This commit is contained in:
parent
e6e6b69211
commit
0443db50e3
@ -47,7 +47,7 @@ export class OnDemandRunner {
|
||||
continue;
|
||||
}
|
||||
this.count++;
|
||||
if (this.count >= 1) {
|
||||
if (this.count >= 30) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user