From ef7314d1d793f123a5ebdd34e07f060f70aeada6 Mon Sep 17 00:00:00 2001 From: Dominik Werder Date: Fri, 7 Mar 2025 11:43:17 +0100 Subject: [PATCH] Allow larger frames by default --- src/api4/events.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api4/events.rs b/src/api4/events.rs index 057433d..bc120b7 100644 --- a/src/api4/events.rs +++ b/src/api4/events.rs @@ -622,7 +622,7 @@ impl EventsSubQuery { pub fn inmem_bufcap(&self) -> ByteSize { // TODO should depend on the type of backend: only imagebuffer needs large size. - ByteSize::from_kb(1024 * 30) + ByteSize::from_kb(1024 * 80) } // A rough indication on how many bytes this request is allowed to return. Otherwise, the result should