ark::logging::LogWriterMessageQueueConfig
Defined in header “ark/logging/stages/log_writer_message_queue.hh”.
Configuration for the message queue.
Variables
-
uint64_t maximum_queue_size_bytes= 0
The maximum number of bytes that can be stored on this queue. Zero indicates infinite. -
std::vector< LogWriterEventBufferConfig > event_buffers
Configuration for the event buffers that we manage (if any).