Update subscriptions.js
This commit is contained in:
parent
91b75d889e
commit
15b792211c
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue