From f19b40a7f660e64586455792b96f188300593475 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 20 Jan 2023 19:39:22 +0100 Subject: [PATCH] streaming: set size and max regions defaults --- src/util-streaming-buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util-streaming-buffer.h b/src/util-streaming-buffer.h index 3dc3223218..4d6a15f054 100644 --- a/src/util-streaming-buffer.h +++ b/src/util-streaming-buffer.h @@ -74,7 +74,7 @@ typedef struct StreamingBufferConfig_ { #define STREAMING_BUFFER_CONFIG_INITIALIZER \ { \ - 0, 0, STREAMING_BUFFER_REGION_GAP_DEFAULT, NULL, NULL, NULL, \ + 2048, 8, STREAMING_BUFFER_REGION_GAP_DEFAULT, NULL, NULL, NULL, \ } #define STREAMING_BUFFER_REGION_INIT \ -- 2.47.2