Merge ../twister-bare

This commit is contained in:
Miguel Freitas 2013-12-17 11:31:07 -02:00
commit af253907ae

View File

@ -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&)