diff options
author | Determinant <[email protected]> | 2018-07-19 20:07:16 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-07-19 20:07:16 -0400 |
commit | 928b2c1910bfe957a4cc31746aa395c9ed98006f (patch) | |
tree | 79429e7eebf4fe85e8aa5cfea1aaa741652fa3e2 /src/hotstuff_app.cpp | |
parent | 3c355d7f9e7b491b9fc5af4516286ab4100238c6 (diff) |
...
Diffstat (limited to 'src/hotstuff_app.cpp')
-rw-r--r-- | src/hotstuff_app.cpp | 2 |
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); } |