Widen save interval

This commit is contained in:
David Granado 2022-03-02 10:18:17 -06:00 committed by infinite-persistence
parent 38f00be231
commit 4d438ed62f

View file

@ -31,7 +31,7 @@ import useInterval from 'effects/use-interval';
// const PLAY_TIMEOUT_ERROR = 'play_timeout_error'; // const PLAY_TIMEOUT_ERROR = 'play_timeout_error';
// const PLAY_TIMEOUT_LIMIT = 2000; // const PLAY_TIMEOUT_LIMIT = 2000;
const PLAY_POSITION_SAVE_INTERVAL = 1500; const PLAY_POSITION_SAVE_INTERVAL = 15000;
type Props = { type Props = {
position: number, position: number,