From 14ecda348611c37e043b546ba7697c7a1d711b78 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Fri, 27 Feb 2015 04:41:17 +0300 Subject: [PATCH] With persistant storage this restriction was way too hard and could lead to dramatically shrinking/not updating masternode list after few restarts with some timeouts --- src/masternodeman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/masternodeman.cpp b/src/masternodeman.cpp index 720141c38eeb..ce073c23be4b 100644 --- a/src/masternodeman.cpp +++ b/src/masternodeman.cpp @@ -576,7 +576,7 @@ void CMasternodeMan::ProcessMessage(CNode* pfrom, std::string& strCommand, CData LogPrintf("dseep - Asking source node for missing entry %s\n", vin.ToString().c_str()); pfrom->PushMessage("dseg", vin); - int64_t askAgain = GetTime()+(60*60*24); + int64_t askAgain = GetTime() + MASTERNODE_MIN_DSEEP_SECONDS; mWeAskedForMasternodeListEntry[vin.prevout] = askAgain; } else if (strCommand == "dseg") { //Get masternode list or specific entry