Change ZMQ sub timeout (#73)

This commit is contained in:
Lee *!* Clagett 2023-07-12 10:47:40 -04:00 committed by GitHub
parent 246c905e37
commit 4f7669df28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
{