From 826c1fff5accbaa6b415acc176a5acbeb5f691b6 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Tue, 23 Sep 2025 19:22:15 -0400 Subject: Insertion Stall Updates Revised insertion stalling mechanism to work for structures with > 1us required stall time per record, and got dynamic calculation of the stall time working. --- include/framework/util/Configuration.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/framework/util') diff --git a/include/framework/util/Configuration.h b/include/framework/util/Configuration.h index dde87fe..3ae3492 100644 --- a/include/framework/util/Configuration.h +++ b/include/framework/util/Configuration.h @@ -48,6 +48,8 @@ class DEConfiguration { size_t buffer_flush_query_preemption_trigger = UINT64_MAX; + bool dynamic_ratelimiting = false; + size_t rt_level_scale = 1; }; } // namespace de -- cgit v1.2.3