mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-05-06 07:38:53 +00:00
reduce tb timeout
Some checks failed
Deploy Addon / build (SSH_HOST_2, SSH_KEY_2) (push) Has been cancelled
Deploy Addon / build (SSH_HOST_3, SSH_KEY_3) (push) Has been cancelled
Deploy Addon / build (SSH_HOST_4, SSH_KEY_4) (push) Has been cancelled
Deploy Addon / build (SSH_HOST_5, SSH_KEY_5) (push) Has been cancelled
Some checks failed
Deploy Addon / build (SSH_HOST_2, SSH_KEY_2) (push) Has been cancelled
Deploy Addon / build (SSH_HOST_3, SSH_KEY_3) (push) Has been cancelled
Deploy Addon / build (SSH_HOST_4, SSH_KEY_4) (push) Has been cancelled
Deploy Addon / build (SSH_HOST_5, SSH_KEY_5) (push) Has been cancelled
This commit is contained in:
parent
e224da83b5
commit
e65c0aaa21
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import { sameFilename, streamFilename, BadTokenError, AccessDeniedError } from '
|
|||
import * as querystring from "node:querystring";
|
||||
|
||||
const KEY = 'torbox';
|
||||
const timeout = 30000;
|
||||
const timeout = 10000;
|
||||
const baseUrl = 'https://api.torbox.app/v1'
|
||||
|
||||
export async function getCachedStreams(streams, apiKey) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue