From 98761372bfb0567a64148d365c93ee0ea9ab4c14 Mon Sep 17 00:00:00 2001 From: Raymond Jacobson Date: Tue, 28 Mar 2023 16:08:42 -0700 Subject: [PATCH] Switch to 1s (#3120) --- packages/common/src/store/playback-position/sagas.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/src/store/playback-position/sagas.ts b/packages/common/src/store/playback-position/sagas.ts index 7e5bf1c8ae3..3b8b45500ea 100644 --- a/packages/common/src/store/playback-position/sagas.ts +++ b/packages/common/src/store/playback-position/sagas.ts @@ -15,7 +15,7 @@ import { } from './slice' import { PlaybackPositionState, PLAYBACK_POSITION_LS_KEY } from './types' -const RECORD_PLAYBACK_POSITION_INTERVAL = 5000 +const RECORD_PLAYBACK_POSITION_INTERVAL = 1000 /** * Sets the playback rate from local storage when the app loads