Merged in feat/sw-3006-timeout-fetch (pull request #2335)
feat(SW-3006): added default timeout to all requests * feat(sw-3006): added default timeout to all requests * Fixed spreading Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -55,6 +55,7 @@ export async function GET(
|
||||
).toString(),
|
||||
client_id: env.SAS_AUTH_CLIENTID,
|
||||
}),
|
||||
signal: AbortSignal.timeout(15_000),
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user