summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options_general.idl
diff options
context:
space:
mode:
authorAmirsaman Memaripour <amirsaman.memaripour@10gen.com>2020-01-14 01:21:40 +0000
committerevergreen <evergreen@mongodb.com>2020-01-14 01:21:40 +0000
commit884e039ff713afedb32b8f49109b95f67cd88525 (patch)
tree5748ef0a153b64f0d2f630fd1e99c69613b968d0 /src/mongo/db/server_options_general.idl
parent458857bdc28f8e60f62992d0c66b0ab468c179eb (diff)
downloadmongo-884e039ff713afedb32b8f49109b95f67cd88525.tar.gz
SERVER-44242 Fix maxIncomingConnectionsOverride description
Diffstat (limited to 'src/mongo/db/server_options_general.idl')
-rw-r--r--src/mongo/db/server_options_general.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/server_options_general.idl b/src/mongo/db/server_options_general.idl
index 6aecd07c366..67093ee254f 100644
--- a/src/mongo/db/server_options_general.idl
+++ b/src/mongo/db/server_options_general.idl
@@ -90,7 +90,7 @@ configs:
arg_vartype: Int
default: { expr: 'static_cast<int>(DEFAULT_MAX_CONN)' }
'net.maxIncomingConnectionsOverride':
- description: 'CIDR ranges that do not count towards the maxIncomingConnections limit'
+ description: 'CIDR ranges that are exempt from the maxIncomingConnections limit'
arg_vartype: StringVector
source: yaml
hidden: true