aboutsummaryrefslogtreecommitdiff
path: root/src/hotstuff_app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hotstuff_app.cpp')
-rw-r--r--src/hotstuff_app.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hotstuff_app.cpp b/src/hotstuff_app.cpp
index c629809..eae73d1 100644
--- a/src/hotstuff_app.cpp
+++ b/src/hotstuff_app.cpp
@@ -265,6 +265,6 @@ void HotStuffApp::start() {
void HotStuffApp::print_stat_cb(evutil_socket_t, short) {
HotStuff::print_stat();
- HotStuffCore::prune(100);
+ //HotStuffCore::prune(100);
ev_stat_timer.add_with_timeout(stat_period);
}