refactor(Intro): increase waitFroCredentials max tries

This commit is contained in:
Tim 2024-10-03 16:29:39 +02:00
parent 6305743c1a
commit c3f0c91ea8

View file

@ -5,7 +5,7 @@ import hat from 'hat';
import { usePlatform } from 'stremio/common';
const STREMIO_URL = 'https://www.strem.io';
const MAX_TRIES = 10;
const MAX_TRIES = 25;
const getCredentials = async (state: string) => {
try {