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