Skip to content

Commit abff7c8

Browse files
skipMongoDBServer13732Workaround description fix
1 parent 565c059 commit abff7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export interface ParseServerOptions {
5858
databaseOptions: ?any;
5959
/* Adapter module for the database */
6060
databaseAdapter: ?Adapter<StorageAdapter>;
61-
/* Enable parse workaround for historical MongoDB bug SERVER-13732
61+
/* Circumvent Parse workaround for historical MongoDB bug SERVER-13732
6262
:ENV: PARSE_SKIP_MONGODB_SERVER_13732_WORKAROUND
6363
:DEFAULT: false */
6464
skipMongoDBServer13732Workaround: ?boolean;

0 commit comments

Comments
 (0)