1

Java プロジェクトで MongoDB を使用していますが、次の質問があります。

mongodb のコンソールで接続プールを変更するにはどうすればよいですか?

4

1 に答える 1

2

MongoDB Google Group でこれに回答しました。ここで再度引用します。

You can control how many connections there are with the [MongoOptions class][1]:

The connection pool is controlled in the driver configuration, not through the mongo shell.
于 2012-08-14T08:49:37.817 に答える