From dcffea86b1b91cc6f750301eb35f38b83a55a5fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 8 May 2025 13:03:29 +0200 Subject: [PATCH] term: io-uring: reduce number of buffers in ring --- terminal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.c b/terminal.c index 44e5642f..38e76c30 100644 --- a/terminal.c +++ b/terminal.c @@ -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 = {