mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Switching log buffer size back to normal
This commit is contained in:
parent
42066cc1fd
commit
c382439079
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ static const int PRINT_BUFFER_SIZE = 10 * 1024;
|
|||
static const int SOCKBUF_SIZE = 1024 * 1024;
|
||||
|
||||
// Buffer size for remote-log data.
|
||||
static const int LOG_BUFFER_SIZE = 512;
|
||||
static const int LOG_BUFFER_SIZE = 50 * 1024;
|
||||
|
||||
struct ping_args {
|
||||
uint32 seq;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue