summaryrefslogtreecommitdiffstats
path: root/include/framework/structure
diff options
context:
space:
mode:
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;
};