Skip to content

Commit 0ad32d1

Browse files
committed
Interval
1 parent d6133be commit 0ad32d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

injected/src/features/duckplayer-native/duckplayer-native.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ export async function initDuckPlayerNative(messages) {
5555
/* Start timestamp polling */
5656
const timestampPolling = setInterval(() => {
5757
messages.onGetCurrentTimestamp(getCurrentTimestamp());
58-
});
58+
}, 300);
59+
5960
sideEffects.push(() => {
6061
clearInterval(timestampPolling);
6162
});

0 commit comments

Comments
 (0)