Skip to content

Commit

Permalink
Switch to 1s (#3120)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson authored Mar 28, 2023
1 parent fe9efea commit 9876137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/store/playback-position/sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9876137

Please sign in to comment.