mongoc_client_get_max_message_size (3) Linux Manual Page
mongoc_client_get_max_message_size() – None Synopsisint32_t mongoc_client_get_max_message_size (mongoc_client_t *client);The mongoc_client_get_max_message_size(3) returns the maximum message size allowed by the cluster. Until a connection has been made, this will be the default of 40Mb. DeprecatedNOTE This function is deprecated and should not be used in new code.Parametersclient A mongoc_client_t \&.ReturnsThe server provided max message size, or 40Mb if no…
