Increase ovnisort window to 100k events
This commit is contained in:
parent
37a636f387
commit
035791ff54
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user