Skip to content

Commit

Permalink
Added comment where to look for more info and explaining the default.
Browse files Browse the repository at this point in the history
  • Loading branch information
atropos112 committed Jul 7, 2024
1 parent 5ad4dd3 commit c616fc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/server/lib/OIDCConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ export class OIDCConfig {
});
const httpTimeout = section.flag('httpTimeout').readInt({
envVar: 'GRIST_OIDC_HTTP_TIMEOUT',
// Default value matching that of node-openid-client
// See https://github.com/panva/node-openid-client/blob/main/docs/README.md#customizing-http-requests for more details.
defaultValue: 3500,
});
this._namePropertyKey = section.flag('namePropertyKey').readString({
Expand Down

0 comments on commit c616fc7

Please sign in to comment.