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