Skip to content

Commit 6ee7637

Browse files
committed
run definitions
1 parent 0d209d1 commit 6ee7637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Options/Definitions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ module.exports.ParseServerOptions = {
372372
masterKeyTtl: {
373373
env: 'PARSE_SERVER_MASTER_KEY_TTL',
374374
help:
375-
'MasterKeyTtl is the duration in seconds for which the master key is refreshed. Only valid if the masterKey is a function.',
375+
'(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.',
376376
action: parsers.numberParser('masterKeyTtl'),
377377
},
378378
maxLimit: {

src/Options/docs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)