From d219fb0d6200d6251f5abd03d3f38fdab89d7de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Quioc?= Date: Thu, 26 Oct 2023 14:38:32 +0200 Subject: [PATCH] Update sekoia_automation/constants.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Raphaƫl Cohen --- sekoia_automation/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sekoia_automation/constants.py b/sekoia_automation/constants.py index bf43d71..9643313 100644 --- a/sekoia_automation/constants.py +++ b/sekoia_automation/constants.py @@ -7,4 +7,4 @@ # and the escapement of the characters CHUNK_BYTES_FACTOR = 0.9 CHUNK_BYTES_MAX_SIZE = int(INTAKE_PAYLOAD_BYTES_MAX_SIZE * CHUNK_BYTES_FACTOR) -EVENT_BYTES_MAX_SIZE = 258 * 1024 +EVENT_BYTES_MAX_SIZE = 256 * 1024