We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565c059 commit abff7c8Copy full SHA for abff7c8
src/Options/index.js
@@ -58,7 +58,7 @@ export interface ParseServerOptions {
58
databaseOptions: ?any;
59
/* Adapter module for the database */
60
databaseAdapter: ?Adapter<StorageAdapter>;
61
- /* Enable parse workaround for historical MongoDB bug SERVER-13732
+ /* Circumvent Parse workaround for historical MongoDB bug SERVER-13732
62
:ENV: PARSE_SKIP_MONGODB_SERVER_13732_WORKAROUND
63
:DEFAULT: false */
64
skipMongoDBServer13732Workaround: ?boolean;
0 commit comments