mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
feat: control mediaflow public ip timeout with env var
This commit is contained in:
@@ -108,7 +108,7 @@ export async function getMediaFlowPublicIp(
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
signal: AbortSignal.timeout(20000),
|
||||
signal: AbortSignal.timeout(Settings.MEDIAFLOW_IP_TIMEOUT),
|
||||
});
|
||||
|
||||
if (!response.ok) {
|
||||
|
||||
Reference in New Issue
Block a user