diff options
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 |