From 878f9f933622d9188a0d6427f253817bcde1aa75 Mon Sep 17 00:00:00 2001 From: "Robert J. Moore" <Robert.J.Moore@allanbank.com> Date: Sun, 4 May 2014 22:16:59 -0400 Subject: [PATCH] Add option: threadsAllowedToBlockForConnectionMultiplier --- mongodb/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mongodb/README.md b/mongodb/README.md index 8f10c657..1fed1348 100644 --- a/mongodb/README.md +++ b/mongodb/README.md @@ -42,3 +42,5 @@ See the next section for the list of configuration parameters for MongoDB. ### `mongodb.writeConcern` (default `safe`) ### `mongodb.maxconnections` (default `10`) + +### `mongodb.threadsAllowedToBlockForConnectionMultiplier` (default `5`) -- GitLab