summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod_options_storage.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/mongod_options_storage.idl')
-rw-r--r--src/mongo/db/mongod_options_storage.idl14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mongo/db/mongod_options_storage.idl b/src/mongo/db/mongod_options_storage.idl
index b094c62ce11..59d4d0cd8e7 100644
--- a/src/mongo/db/mongod_options_storage.idl
+++ b/src/mongo/db/mongod_options_storage.idl
@@ -48,20 +48,6 @@ server_parameters:
cpp_vartype: std::string
cpp_varname: recoverToOplogTimestamp
- allowDocumentsGreaterThanMaxUserSize:
- description: >-
- Internal, allows users to insert documents greater than the 16mb maximum user BSON
- size. This parameter is intended to be used exclusively with the backup/restore
- process. During some restores, we insert oplog entries from a source cluster directly
- into a destination cluster's oplog. These oplog entries may exceed the user maximum
- BSON size, and thus require this parameter for the insert to succeed. These entries
- were already validated on the source cluster, making the inserts safe. Note that the
- node must be in standalone mode to enable this parameter, and the documents must still
- be less than the 16mb + 16kb maximum internal BSON size.
- set_at: [ startup ]
- cpp_vartype: bool
- cpp_varname: gAllowDocumentsGreaterThanMaxUserSize
- default: false
configs:
'storage.engine':
description: 'What storage engine to use - defaults to wiredTiger if no data files present'