mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
- removed a useless sleep()
This commit is contained in:
@@ -144,7 +144,6 @@ class downloadThread : public QThread {
|
|||||||
qDebug("In Download thread RUN, mutex unlocked (no urls) -> stopping");
|
qDebug("In Download thread RUN, mutex unlocked (no urls) -> stopping");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
SleeperThread::msleep(500);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user