Skip to content

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

Closed
@yomybaby

Description

@yomybaby

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions