mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Extending queue statistics.
This commit is contained in:
parent
e3f5cbb670
commit
d7c9471818
6 changed files with 54 additions and 4 deletions
|
@ -212,7 +212,7 @@ protected:
|
|||
const threading::Field* const* fields; // The log fields.
|
||||
|
||||
// Buffer for bulk writes.
|
||||
static const int WRITER_BUFFER_SIZE = 50;
|
||||
static const int WRITER_BUFFER_SIZE = 1000;
|
||||
int write_buffer_pos; // Position of next write in buffer.
|
||||
threading::Value*** write_buffer; // Buffer of size WRITER_BUFFER_SIZE.
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue