Browse Source

Merge ../twister-bare

miguelfreitas
Miguel Freitas 11 years ago
parent
commit
af253907ae
  1. 2
      src/twister.cpp

2
src/twister.cpp

@ -300,7 +300,7 @@ void ThreadWaitExtIP() @@ -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…
Cancel
Save