Skip to content

Commit 8c72deb

Browse files
authored
Update src/Options/Definitions.js
Signed-off-by: Manuel <5673677+mtrezza@users.noreply.github.com>
1 parent cd21815 commit 8c72deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options/Definitions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ module.exports.DatabaseOptions = {
974974
schemaCacheTtl: {
975975
env: 'PARSE_SERVER_DATABASE_SCHEMA_CACHE_TTL',
976976
help:
977-
'The duration in seconds after which the schema cache expires and will be refetched from the database. Use this option if using multiple Parse Servers instances connected to the same database. A low duration will cause the schema cache to be updated too often, causing unnecessary database reads. A high duration will cause the schema to be updated too rarely, increasing the time required until schema changes propagate to all server instances. This feature can be used as an alternative or in conjunction with the option `enableSchemaHooks`. By default this option is disabled and the schema cache never expires.',
977+
'The duration in seconds after which the schema cache expires and will be refetched from the database. Use this option if using multiple Parse Servers instances connected to the same database. A low duration will cause the schema cache to be updated too often, causing unnecessary database reads. A high duration will cause the schema to be updated too rarely, increasing the time required until schema changes propagate to all server instances. This feature can be used as an alternative or in conjunction with the option `enableSchemaHooks`. Default is infinite which means the schema cache never expires.',
978978
action: parsers.numberParser('schemaCacheTtl'),
979979
},
980980
};

0 commit comments

Comments
 (0)