mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-09 06:18:02 +00:00
make it 2h before blockchain is considered outdated
This commit is contained in:
parent
ddd5e332a3
commit
378e4622e3
@ -300,7 +300,7 @@ void ThreadWaitExtIP()
|
||||
bool isBlockChainUptodate() {
|
||||
if( !pindexBest )
|
||||
return false;
|
||||
return (pindexBest->GetBlockTime() > GetTime() - 1 * 60 * 60);
|
||||
return (pindexBest->GetBlockTime() > GetTime() - 2 * 60 * 60);
|
||||
}
|
||||
|
||||
bool yes(libtorrent::torrent_status const&)
|
||||
|
Loading…
Reference in New Issue
Block a user