logs: remove log of cursors
This commit is contained in:
@@ -77,6 +77,5 @@ jetstream.start();
|
|||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
if (jetstream.cursor) {
|
if (jetstream.cursor) {
|
||||||
saveCursor(jetstream.cursor);
|
saveCursor(jetstream.cursor);
|
||||||
console.log(`[jetstream] updated cursor: ${jetstream.cursor}`);
|
|
||||||
}
|
}
|
||||||
}, 5000);
|
}, 5000);
|
||||||
|
|||||||
Reference in New Issue
Block a user