Details
-
Task
-
Resolution: Fixed
-
Minor - P4
-
None
-
None
Description
The example command to set the config is incorrect on this page: https://www.mongodb.com/docs/mongodb-shell/reference/configure-shell-settings-global/#configurable-settings
Current
config.set( "inspectDepth": 10 ) |
Should be
config.set( "inspectDepth", 10 ) |
ScreenShot
