Reduce sync frequency for blkindex.dat
authorPieter Wuille <pieter.wuille@gmail.com>
Tue, 17 Apr 2012 16:27:00 +0000 (18:27 +0200)
committerPieter Wuille <pieter.wuille@gmail.com>
Tue, 17 Apr 2012 16:27:18 +0000 (18:27 +0200)
commit8f2b50f178ece5863c79228bfcd3248e863b93b5
tree1f67a8aa07f269318a00e523b847a5b6137ba865
parent7a5452ffb3075c0c2604a76e8e82c2c84a24e62e
Reduce sync frequency for blkindex.dat

Since auto-remove-db-logs was enabled, each time a CTxDB was closed
outside of the initial download window, it causes a checkpoint + log
cleanup. This is overkill, so reduce the sync frequency to once per
minute at most.
src/db.cpp