We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e775f commit a880dc1Copy full SHA for a880dc1
src/services/polling.service.ts
@@ -154,6 +154,9 @@ class PollingService {
154
// perform full sync first
155
console.debug("PollingService: starting full sync");
156
await this.pollAndUpdate(PollingMode.ALL);
157
+ console.debug(
158
+ `PollingService: finished full sync, sleeping for ${this.pollingIntervalMs} ms..`,
159
+ );
160
await sleep(this.pollingIntervalMs);
161
162
console.debug(
0 commit comments