Reduce sync frequency for blkindex.dat
@ -165,6 +165,8 @@ void CDB::Close()
nMinutes = 1;
if (strFile == "addr.dat")
nMinutes = 2;
if (strFile == "blkindex.dat")
if (strFile == "blkindex.dat" && IsInitialBlockDownload())
nMinutes = 5;