3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-12 18:25:51 +00:00

Add comment about using a large fast catchup time in PeerGroup.

This commit is contained in:
Matt Corallo 2013-03-29 21:28:31 -04:00 committed by Mike Hearn
parent cb670bdc39
commit 1b830a10e6

View File

@ -936,6 +936,7 @@ public class PeerGroup extends AbstractIdleService {
/**
* Tells the PeerGroup to download only block headers before a certain time and bodies after that. Call this
* before starting block chain download.
* Do not use a time > NOW - 1 block, as it will break some block download logic.
*/
public void setFastCatchupTimeSecs(long secondsSinceEpoch) {
lock.lock();