Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要通过 mongo shell 而不是程序从默认值更改 mongodb 中的值threadsAllowedToBlockForConnectionMultiplier。connectionsPerHost我该怎么办?
threadsAllowedToBlockForConnectionMultiplier
connectionsPerHost
这些是 Java 驱动程序的设置。您不能通过 mongo shell 设置它们,因为它们是 Java 客户端的属性,而不是 mongo shell 或服务器本身。