|
@@ -483,7 +483,7 @@ export default class {
|
|
|
const lock = this.lock;
|
|
|
if (this.workInterval < 1) this.workInterval = 1;
|
|
|
if (this.isInactiveTime || lock.feed.length === 0) {
|
|
|
- setTimeout(this.work, this.workInterval * 1000);
|
|
|
+ setTimeout(this.work, this.workInterval * 1000 / lock.feed.length);
|
|
|
return;
|
|
|
}
|
|
|
lock.feed.forEach((feed, index) => {
|