modified: src/entity/instance/on_demand.ts

This commit is contained in:
zhangyuheng 2023-12-15 14:58:32 +08:00
parent fc2322a82e
commit 5cc32ac826

View File

@ -53,7 +53,7 @@ export class OnDemandRunner {
continue;
}
this.count++;
if (this.count >= 1) {
if (this.count >= 30) {
break;
}
}