![]() |
void set_burst( std::size_t burst_size);
This function sets the amount of data that can be cached before writing threads are throttled if the sustained write flush rate is exceeded.
Safe to call concurrently with any function except basic_store::close.
|
Name |
Description |
|---|---|
|
|
The number of bytes before throttling. |