mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-04-02 20:09:03 +00:00
Change ZMQ sub timeout
This commit is contained in:
parent
08c712e86b
commit
63ba9401fb
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ namespace rpc
|
|||
constexpr const char minimal_chain_topic[] = "json-minimal-chain_main";
|
||||
constexpr const int daemon_zmq_linger = 0;
|
||||
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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue