mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: increase timeout for IMDB metadata
This commit is contained in:
@@ -107,7 +107,7 @@ export class IMDBMetadata {
|
||||
return cached;
|
||||
}
|
||||
const response = await makeRequest(url, {
|
||||
timeout: 1000,
|
||||
timeout: 2000,
|
||||
});
|
||||
const meta = MetaSchema.parse(((await response.json()) as any).meta);
|
||||
this.cinemetaCache.set(url, meta, this.cinemetaCacheTTL);
|
||||
|
||||
Reference in New Issue
Block a user