mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
rd retry on 504 for availability check
This commit is contained in:
@@ -10,7 +10,7 @@ const { chunkArray, BadTokenError } = require('./mochHelper');
|
||||
const MIN_SIZE = 5 * 1024 * 1024; // 5 MB
|
||||
const CATALOG_MAX_PAGE = 5;
|
||||
const CATALOG_PAGE_SIZE = 100;
|
||||
const NON_BLACKLIST_ERRORS = ['ESOCKETTIMEDOUT', 'EAI_AGAIN'];
|
||||
const NON_BLACKLIST_ERRORS = ['ESOCKETTIMEDOUT', 'EAI_AGAIN', '504 Gateway Time-out'];
|
||||
const KEY = "realdebrid"
|
||||
|
||||
async function getCachedStreams(streams, apiKey) {
|
||||
|
||||
Reference in New Issue
Block a user