-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Security 2021-09-20
-
None
-
None
-
None
-
None
-
None
-
None
-
None
For example, if I want to disable mirrored reads, I'd like to execute the following command in mongosh:
db.adminCommand( {
setParameter: 1,
mirrorReads: { samplingRate: 0 }
} )
However, this will lead to an error since the sampling rate is not a double.