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