标签: mongodb configuration mongo-shell distributed-database database
我需要将mongodb中的threadsAllowedToBlockForConnectionMultiplier和connectionsPerHost值从默认值更改为mongo shell而不是程序。我怎么能去做呢?
threadsAllowedToBlockForConnectionMultiplier
connectionsPerHost
答案 0 :(得分:1)
这些是Java驱动程序的设置。您无法通过mongo shell设置它们,因为它们是Java客户端的属性,而不是mongo shell或服务器本身。