mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 21:47:18 +00:00
Add comment about using a large fast catchup time in PeerGroup.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user