1MONGOC_CLIENT_POOL_MAX_SIZE(3)     libmongoc    MONGOC_CLIENT_POOL_MAX_SIZE(3)
2
3
4

SYNOPSIS

6          void
7          mongoc_client_pool_max_size (mongoc_client_pool_t *pool,
8                                       uint32_t max_pool_size);
9
10       This  function  sets the maximum number of pooled connections available
11       from a mongoc_client_pool_t.
12

PARAMETERS

14pool: A mongoc_client_pool_t.
15
16max_pool_size: The maximum  number  of  connections  which  shall  be
17         available from the pool.
18

THREAD SAFETY

20       This function is safe to call from multiple threads.
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.25.1                           Nov 08, 2023   MONGOC_CLIENT_POOL_MAX_SIZE(3)
Impressum