mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-22 01:40:17 -05:00
term: io-uring: reduce number of buffers in ring
This commit is contained in:
parent
c5193eebcd
commit
dcffea86b1
1 changed files with 1 additions and 1 deletions
|
|
@ -1441,7 +1441,7 @@ term_init(const struct config *conf, struct fdm *fdm, struct reaper *reaper,
|
|||
},
|
||||
.bgid = 0x1234,
|
||||
.bsize = 24 * 1024,
|
||||
.bcount = 128,
|
||||
.bcount = 16,
|
||||
},
|
||||
#endif
|
||||
.font_sizes = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue