Skip to content

v2.4.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@odygrd odygrd released this 20 Nov 01:22
· 599 commits to master since this release

Improvements

  • Previously the backend worker thread would read all the log messages from the queue but not read the log messages when
    the buffer had wrapped around. It will now read all the messages.
  • Removed the min_available_bytes cache from the SPSC queue as an optimisation. It is not needed anymore as we now
    read all messages at once instead of reading message by message.