forked from such-gitea/wownero-lws
Update max ring size to 25 for wownero
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user