|
w.httpClient = &http.Client{ |
|
Timeout: 200 * time.Millisecond, |
|
} |
This is a hard coded timout and if a user is crossing regions or at least LAPI is couple hops away from appsec nodes they will regularly hit timeouts.
in ideal scenario, user should configure a higher timeout threshold then also configure a higher auth cache to allow requests to LAPI to be infrequent.