diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2025-09-23 19:22:15 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2025-09-23 19:22:15 -0400 |
| commit | 826c1fff5accbaa6b415acc176a5acbeb5f691b6 (patch) | |
| tree | 460a1906aff5ad0d800b232c2c8613960535b101 /include/framework/util/Configuration.h | |
| parent | 27b239cd36a68350f1bcb2c55b9e1632e6f26ee3 (diff) | |
| download | dynamic-extension-826c1fff5accbaa6b415acc176a5acbeb5f691b6.tar.gz | |
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.
Diffstat (limited to 'include/framework/util/Configuration.h')
| -rw-r--r-- | include/framework/util/Configuration.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |