change interval back to 15 minutes
This commit is contained in:
parent
3ba8b7e08f
commit
3769ede3ef
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ export const doCheckSubscriptionsInit = () => (dispatch: Dispatch) => {
|
|||
setTimeout(() => dispatch(doCheckSubscriptions()), 10000);
|
||||
const checkSubscriptionsTimer = setInterval(
|
||||
() => dispatch(doCheckSubscriptions()),
|
||||
20000 //CHECK_SUBSCRIPTIONS_INTERVAL
|
||||
CHECK_SUBSCRIPTIONS_INTERVAL
|
||||
);
|
||||
dispatch({
|
||||
type: ACTIONS.CHECK_SUBSCRIPTIONS_SUBSCRIBE,
|
||||
|
|
Loading…
Add table
Reference in a new issue