mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: decrease timeout for stremthru
This commit is contained in:
@@ -52,7 +52,7 @@ export class StremThruInterface implements DebridService {
|
||||
token: config.token,
|
||||
},
|
||||
clientIp: config.clientIp,
|
||||
timeout: 20000,
|
||||
timeout: 10000,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user