Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd committed Sep 14, 2024
1 parent 1bce8f7 commit 92f722a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
- Introduced support for custom buffer sizes in file streams for `FileSink` and `RotatingFileSink`. The buffer size can
now be set using `write_buffer_size` in `FileSinkConfig`, with a default of 64 KB. With the new default value the
backend thread has increased throughput around 5%
- Simplified the `TransitEventBuffer` in the backend worker thread, resulting in a minor throughput improvement of
approximately 1%.
- Added an optional fsync interval to control the minimum time between consecutive fsync calls, reducing disk wear from
frequent fsync operations. This option is only applicable when fsync is
enabled. ([#557](https://github.com/odygrd/quill/issues/557))
Expand Down

0 comments on commit 92f722a

Please sign in to comment.