Merge pull request #1114 from sipa/lesssync
[novacoin.git] / src / db.cpp
index c67cf2f..c38070f 100644 (file)
@@ -165,6 +165,8 @@ void CDB::Close()
         nMinutes = 1;
     if (strFile == "addr.dat")
         nMinutes = 2;
+    if (strFile == "blkindex.dat")
+        nMinutes = 2;
     if (strFile == "blkindex.dat" && IsInitialBlockDownload())
         nMinutes = 5;