diff options
author | Timothy Flynn <trflynn89@pm.me> | 2023-03-29 20:25:34 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-03-30 08:47:22 +0200 |
commit | 5c38b140453ab13defb1e0d03b046c58acdd6228 (patch) | |
tree | 7b5af6d5538d53e108150459b41d691dde4e6635 /Base/etc | |
parent | 8ff36e5910445ad59ceb5d1d2acb84381c15036e (diff) | |
download | serenity-5c38b140453ab13defb1e0d03b046c58acdd6228.zip |
AK: Remove arbitrary 1 KB limit when filling a BufferedStream's buffer
When reading, we currently only fill a BufferedStream's buffer when it
is empty, and only with 1 KB of data. This means that while the buffer
defaults to a size of 16 KB, at least 15 KB is always unused.
Diffstat (limited to 'Base/etc')
0 files changed, 0 insertions, 0 deletions