Answers for "mongodb shell list more than 20"

0

mongodb shell list more than 20

pre "mongo 5.0": DBQuery.shellBatchSize = 300
now:
DeprecationWarning: DBQuery.shellBatchSize is deprecated, please use config.set("displayBatchSize") instead
config.set("displayBatchSize",300)
Posted by: Guest on January-14-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language