Increase ovnisort window to 100k events

This commit is contained in:
Rodrigo Arias 2022-10-07 11:02:42 +02:00
parent 37a636f387
commit 035791ff54

View File

@ -59,7 +59,7 @@ enum operation_mode { SORT,
static char *tracedir = NULL; static char *tracedir = NULL;
static enum operation_mode operation_mode = SORT; static enum operation_mode operation_mode = SORT;
static const size_t max_look_back = 10000; static const size_t max_look_back = 100000;
static void static void
ring_reset(struct ring *r) ring_reset(struct ring *r)