Skip to content

Commit a880dc1

Browse files
committed
fix NFT mock, add log
1 parent 20e775f commit a880dc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/services/polling.service.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ class PollingService {
154154
// perform full sync first
155155
console.debug("PollingService: starting full sync");
156156
await this.pollAndUpdate(PollingMode.ALL);
157+
console.debug(
158+
`PollingService: finished full sync, sleeping for ${this.pollingIntervalMs} ms..`,
159+
);
157160
await sleep(this.pollingIntervalMs);
158161

159162
console.debug(

0 commit comments

Comments
 (0)