Skip to content

Commit

Permalink
Update sekoia_automation/constants.py
Browse files Browse the repository at this point in the history
Co-authored-by: Raphaël Cohen <[email protected]>
  • Loading branch information
squioc and Darkheir authored Oct 26, 2023
1 parent 4e7f216 commit d219fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sekoia_automation/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d219fb0

Please sign in to comment.