diff --git a/server/helpers/requests.ts b/server/helpers/requests.ts index e09e23086..535478017 100644 --- a/server/helpers/requests.ts +++ b/server/helpers/requests.ts @@ -26,7 +26,6 @@ type PeerTubeRequestOptions = { key: string headers: string[] } - timeout?: number jsonResponse?: boolean } & Pick @@ -216,7 +215,6 @@ function buildGotOptions (options: PeerTubeRequestOptions) { dnsCache: true, json: options.json, searchParams: options.searchParams, - timeout: options.timeout ?? REQUEST_TIMEOUT, headers, context }