From 933d94601094a69897fba0a8ee941e792a571f7c Mon Sep 17 00:00:00 2001 From: jw_wow Date: Tue, 13 Jan 2026 11:33:46 +0100 Subject: [PATCH] Update max ring size to 25 for wownero --- src/rest_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rest_server.cpp b/src/rest_server.cpp index 4a6d0f4..cb63ea2 100644 --- a/src/rest_server.cpp +++ b/src/rest_server.cpp @@ -154,7 +154,7 @@ namespace lws //! `/daemon_status` and `get_unspent_outs` caches ZMQ result for this long constexpr const std::chrono::seconds daemon_cache_timeout{5}; - constexpr const unsigned max_ring_size = 20; + constexpr const unsigned max_ring_size = 25; constexpr const unsigned max_rings = 150; struct connection_data