mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-13 04:41:36 +00:00
Increase default HTTP request timeout for OIDC requests
Signed-off-by: Morgan Davies <25231953+M-Davies@users.noreply.github.com>
This commit is contained in:
parent
3a99cc56b7
commit
27ea48d678
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ class Auth {
|
|||
return
|
||||
}
|
||||
|
||||
OpenIDClient.custom.setHttpOptionsDefaults({timeout: 30000});
|
||||
|
||||
const openIdIssuerClient = new OpenIDClient.Issuer({
|
||||
issuer: global.ServerSettings.authOpenIDIssuerURL,
|
||||
authorization_endpoint: global.ServerSettings.authOpenIDAuthorizationURL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue