diff --git a/src/base/bittorrent/torrentcreatorthread.cpp b/src/base/bittorrent/torrentcreatorthread.cpp index c8d19c16e..27265da5c 100644 --- a/src/base/bittorrent/torrentcreatorthread.cpp +++ b/src/base/bittorrent/torrentcreatorthread.cpp @@ -67,7 +67,7 @@ TorrentCreatorThread::TorrentCreatorThread(QObject *parent) TorrentCreatorThread::~TorrentCreatorThread() { requestInterruption(); - wait(1000); + wait(); } void TorrentCreatorThread::create(const QString &inputPath, const QString &savePath, const QStringList &trackers,