From fef36938997f25d215c4f6357340a053d59d9392 Mon Sep 17 00:00:00 2001 From: Lee *!* Clagett Date: Wed, 12 Jul 2023 10:47:40 -0400 Subject: [PATCH] Change ZMQ sub timeout (#73) --- src/rpc/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 14b5b41..6cf158a 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -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 {