summaryrefslogtreecommitdiffstats
path: root/include/framework/structure
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2025-10-29 11:50:51 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2025-10-29 11:50:51 -0400
commitfbe7dcdce1f7c81248c7086cac5d3f6a375b0c42 (patch)
treecfd9f89d77927afb85839b91c761d3c5fe37eee1 /include/framework/structure
parentcf5f3bbb0cb58430ed68ad3ebfcefc009e553d71 (diff)
downloaddynamic-extension-new-concurrency.tar.gz
Updates for dynamic rate limitingnew-concurrency
Diffstat (limited to 'include/framework/structure')
-rw-r--r--include/framework/structure/InternalLevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/structure/InternalLevel.h b/include/framework/structure/InternalLevel.h
index cf2b16a..88b3fef 100644
--- a/include/framework/structure/InternalLevel.h
+++ b/include/framework/structure/InternalLevel.h
@@ -262,7 +262,7 @@ private:
ssize_t m_level_no;
std::vector<shard_ptr> m_shards;
- const size_t m_window_size = 15;
+ const size_t m_window_size = 1;
std::deque<size_t> m_rt_window;
};