Skip to content

Commit

Permalink
run definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
dblythy committed Feb 12, 2025
1 parent 0d209d1 commit 6ee7637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Options/Definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ module.exports.ParseServerOptions = {
masterKeyTtl: {
env: 'PARSE_SERVER_MASTER_KEY_TTL',
help:
'MasterKeyTtl is the duration in seconds for which the master key is refreshed. Only valid if the masterKey is a function.',
'(Optional) The duration in seconds for which the current `masterKey` is being used before it is requested again if `masterKey` is set to a function. If `masterKey` is not set to a function, this option has no effect. Default is `0`, which means the master key is requested by invoking the `masterKey` function every time the master key is used internally by Parse Server.',
action: parsers.numberParser('masterKeyTtl'),
},
maxLimit: {
Expand Down
2 changes: 1 addition & 1 deletion src/Options/docs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ee7637

Please sign in to comment.