|
SYNOPSISvoid mongoc_read_prefs_set_max_staleness_seconds (mongoc_read_prefs_t *read_prefs, PARAMETERS
DESCRIPTIONSets the maxStalenessSeconds to be used for the read preference. Clients estimate the staleness of each secondary, and select for reads only those secondaries whose estimated staleness is less than or equal to maxStalenessSeconds. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|