-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
out_chronicle: handle 1MB or larger chunks
The actual size of payloads on out_chronicle is determined by the results of `chronicle_format`. The first attempt to create a payload can exceed the limit of chronicle which is 1MiB (= 1 * 1024 * 1024) due to the metadata and timestamps. This will set a smaller threshold and retry to send the data. Signed-off-by: lecaros <[email protected]>
- Loading branch information
Showing
1 changed file
with
182 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters