forked from such-gitea/wownero-lws
Change ZMQ sub timeout (#73)
This commit is contained in:
committed by
Lee *!* Clagett
parent
fdbd3669a6
commit
fef3693899
@@ -54,7 +54,7 @@ namespace rpc
|
|||||||
constexpr const char full_txpool_topic[] = "json-full-txpool_add";
|
constexpr const char full_txpool_topic[] = "json-full-txpool_add";
|
||||||
constexpr const int daemon_zmq_linger = 0;
|
constexpr const int daemon_zmq_linger = 0;
|
||||||
constexpr const std::chrono::seconds chain_poll_timeout{20};
|
constexpr const std::chrono::seconds chain_poll_timeout{20};
|
||||||
constexpr const std::chrono::minutes chain_sub_timeout{2};
|
constexpr const std::chrono::minutes chain_sub_timeout{4};
|
||||||
|
|
||||||
struct terminate
|
struct terminate
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user