NuDB Logo

PrevUpHomeNext

basic_store::set_burst

Set the burst size.

Synopsis
void
set_burst(
    std::size_t burst_size);
Description

This function sets the amount of data that can be cached before writing threads are throttled if the sustained write flush rate is exceeded.

Thread safety

Safe to call concurrently with any function except basic_store::close.

Parameters

Name

Description

burst_size

The number of bytes before throttling.


PrevUpHomeNext