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

NAME

6       mongoc_client_pool_max_size - mongoc_client_pool_max_size()
7

SYNOPSIS

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

PARAMETERS

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

THREAD SAFETY

23       This function is safe to call from multiple threads.
24

AUTHOR

26       MongoDB, Inc
27
29       2017-present, MongoDB, Inc
30
31
32
33
341.16.2                           Feb 25, 2020   MONGOC_CLIENT_POOL_MAX_SIZE(3)
Impressum