Skip to content

Commit cccd7ae

Browse files
committed
bump max error size
1 parent 47cbb09 commit cccd7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/externalauth/externalauth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const (
3333
// failureReasonLimit is the maximum text length of an error to be cached to the
3434
// database for a failed refresh token. In rare cases, the error could be a large
3535
// HTML payload.
36-
failureReasonLimit = 200
36+
failureReasonLimit = 400
3737
)
3838

3939
// Config is used for authentication for Git operations.

0 commit comments

Comments
 (0)