Allow larger frames by default

This commit is contained in:
Dominik Werder
2025-03-07 11:43:17 +01:00
parent ad26cf73d1
commit ef7314d1d7

View File

@@ -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