Update subscriptions.js

This commit is contained in:
Liam Cardenas 2018-03-11 22:34:16 -07:00 committed by GitHub
parent 91b75d889e
commit 15b792211c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ import { doPurchaseUri } from 'redux/actions/content';
import { doNavigate } from 'redux/actions/navigation';
import { buildURI } from 'lbryURI';
const CHECK_SUBSCRIPTIONS_INTERVAL = 10 * 60 * 1000;
const CHECK_SUBSCRIPTIONS_INTERVAL = 60 * 60 * 1000;
export const doChannelSubscribe = (subscription: Subscription) => (dispatch: Dispatch) =>
dispatch({