mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-03-04 21:57:48 -05:00
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
|
//! `/daemon_status` and `get_unspent_outs` caches ZMQ result for this long
|
||||||
constexpr const std::chrono::seconds daemon_cache_timeout{5};
|
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;
|
constexpr const unsigned max_rings = 150;
|
||||||
|
|
||||||
struct connection_data
|
struct connection_data
|
||||||
|
|||||||
Reference in New Issue
Block a user