1
This commit is contained in:
parent
31b30faff1
commit
e36f23ec19
@ -83,9 +83,11 @@ class PullDbEvent extends BaseService {
|
|||||||
await this.saveToDb(row);
|
await this.saveToDb(row);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
this.progInfo['eventCount'] += rows.length;
|
||||||
} else {
|
} else {
|
||||||
this.lastIdx = endIdx;
|
this.lastIdx = endIdx;
|
||||||
}
|
}
|
||||||
|
++this.progInfo['pullCount'];
|
||||||
this.progInfo['lastIdx'] = this.lastIdx.toString();
|
this.progInfo['lastIdx'] = this.lastIdx.toString();
|
||||||
await this.saveLastIdx(this.lastIdx);
|
await this.saveLastIdx(this.lastIdx);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user