Skip to content

Commit

Permalink
REMOVE
Browse files Browse the repository at this point in the history
  • Loading branch information
simo5 committed Dec 7, 2017
1 parent e466998 commit 1799da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oauth/apis/oauth/validation/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
// This value is also currently used to define the maximum flush timeout.
// That is a flush will occur at least once every 5 minutes regardles of
// the actual default token's timeout interval.
ReferenceTimeoutInterval = 5 * 60
ReferenceTimeoutInterval = 1 * 60
)

// PKCE [RFC7636] code challenge methods supported
Expand Down

0 comments on commit 1799da7

Please sign in to comment.