mirror of
https://github.com/vtnerd/monero-lws.git
synced 2024-11-17 09:47:38 +00:00
Change ZMQ sub timeout (#73)
This commit is contained in:
parent
246c905e37
commit
4f7669df28
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ namespace rpc
|
|||
constexpr const char full_txpool_topic[] = "json-full-txpool_add";
|
||||
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