mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-24 21:44:17 +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() {
|
bool isBlockChainUptodate() {
|
||||||
if( !pindexBest )
|
if( !pindexBest )
|
||||||
return false;
|
return false;
|
||||||
return (pindexBest->GetBlockTime() > GetTime() - 1 * 60 * 60);
|
return (pindexBest->GetBlockTime() > GetTime() - 2 * 60 * 60);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool yes(libtorrent::torrent_status const&)
|
bool yes(libtorrent::torrent_status const&)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user