Skip to content

Why the default of "enableSingleSchemaCache" is false? #6476

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
yomybaby opened this issue Mar 7, 2020 · 1 comment
Closed

Why the default of "enableSingleSchemaCache" is false? #6476

yomybaby opened this issue Mar 7, 2020 · 1 comment

Comments

@yomybaby
Copy link
Contributor

yomybaby commented Mar 7, 2020

With enableSingleSchemaCache is false(default), every request make a sql query for schema.
I try to find a reason that the default is false.

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? 🤔

@stale
Copy link

stale bot commented Apr 23, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant