1MONGOC_CLIENT_POOL_MAX_SIZE(3) libmongoc MONGOC_CLIENT_POOL_MAX_SIZE(3)
2
3
4
6 mongoc_client_pool_max_size - mongoc_client_pool_max_size()
7
9 void
10 mongoc_client_pool_max_size (mongoc_client_pool_t *pool,
11 uint32_t max_pool_size);
12
13 This function sets the maximum number of pooled connections available
14 from a mongoc_client_pool_t.
15
17 • pool: A mongoc_client_pool_t.
18
19 • max_pool_size: The maximum number of connections which shall be
20 available from the pool.
21
23 This function is safe to call from multiple threads.
24
26 MongoDB, Inc
27
29 2017-present, MongoDB, Inc
30
31
32
33
341.20.0 Nov 18, 2021 MONGOC_CLIENT_POOL_MAX_SIZE(3)