-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
With enableSingleSchemaCache is false(default), every request make a sql query for schema.
I try to find a reason that the default is false.
parse-server/src/Options/Definitions.js
Lines 138 to 142 in 3c46117
| enableExpressErrorHandler: { | |
| env: 'PARSE_SERVER_ENABLE_EXPRESS_ERROR_HANDLER', | |
| help: 'Enables the default express error handler for all errors', | |
| action: parsers.booleanParser, | |
| default: false, |
In #5612 , @dplewis said it should be true by default. But is still false by default.
Is there any reason? 🤔
oallouch and davbeck
Metadata
Metadata
Assignees
Labels
No labels