Extending queue statistics.

This commit is contained in:
Robin Sommer 2012-03-23 15:57:25 -07:00
parent e3f5cbb670
commit d7c9471818
6 changed files with 54 additions and 4 deletions

View file

@ -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.
};