From d116b94389538aa8e0e7354fae77693b980de4f0 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Mon, 24 Feb 2025 11:14:52 -0500 Subject: Query Preemption: still has one or two bugs, but mostly works --- include/framework/util/Configuration.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/framework/util/Configuration.h') diff --git a/include/framework/util/Configuration.h b/include/framework/util/Configuration.h index 81698d2..fecb2bf 100644 --- a/include/framework/util/Configuration.h +++ b/include/framework/util/Configuration.h @@ -44,6 +44,8 @@ class DEConfiguration { size_t minimum_query_threads = 4; size_t maximum_memory_usage = 0; /* o for unbounded */ + size_t buffer_flush_query_preemption_trigger = 10; + }; } // namespace de -- cgit v1.2.3