Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
journald: Increase stdout buffer size sooner, when almost full
If the previous received buffer length is almost equal to the allocated buffer size, before this change the next read can only receive a couple of bytes (in the worst case only 1 byte), which is not efficient. (cherry picked from commit 034e971) Related: #2029426
- Loading branch information