Skip to content

Commit eb1d587

Browse files
committed
set refresh window to 5 min
1 parent 63c344a commit eb1d587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/oauth/http_transport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var _ http.Transport
1313

1414
var _ http.RoundTripper = (*Transport)(nil)
1515

16-
const defaultRefreshWindow = 30 * time.Second
16+
const defaultRefreshWindow = 5 * time.Minute
1717

1818
type Transport struct {
1919
Base http.RoundTripper

0 commit comments

Comments
 (0)