We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c344a commit eb1d587Copy full SHA for eb1d587
1 file changed
internal/oauth/http_transport.go
@@ -13,7 +13,7 @@ var _ http.Transport
13
14
var _ http.RoundTripper = (*Transport)(nil)
15
16
-const defaultRefreshWindow = 30 * time.Second
+const defaultRefreshWindow = 5 * time.Minute
17
18
type Transport struct {
19
Base http.RoundTripper
0 commit comments