kv_config_get_lob_timeout()

#include <kvstore.h>

kv_timeout_t
kv_config_get_lob_timeout(const kv_config_t *config); 

Returns the default timeout value (in ms) associated with chunk access during Large Objects operations. LOBs are read from the store in chunks, and each such chunk must be retrieved within the timeout period identified by this function or an error is returned on the read attempt.

Parameters

  • config

    The config parameter points to the configuration structure from which you want to retrieve the LOB timeout value.