We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ff391 commit b0a1694Copy full SHA for b0a1694
coderd/externalauth/externalauth.go
@@ -33,7 +33,7 @@ const (
33
// failureReasonLimit is the maximum text length of an error to be cached to the
34
// database for a failed refresh token. In rare cases, the error could be a large
35
// HTML payload.
36
- failureReasonLimit = 200
+ failureReasonLimit = 400
37
)
38
39
// Config is used for authentication for Git operations.
0 commit comments