a bunch of fixes to make test_web_seeds a lot faster, and fail slightly fewer tests
This commit is contained in:
@@ -83,10 +83,10 @@ namespace libtorrent
|
||||
if (i == m_queued_for_close.end())
|
||||
{
|
||||
l.unlock();
|
||||
// none of the files are ready to be closet yet
|
||||
// none of the files are ready to be closed yet
|
||||
// because they're still in use by other threads
|
||||
// hold off for a while
|
||||
sleep(1000);
|
||||
sleep(100);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user