Skip to content

Commit

Permalink
MythDownloadManager: make the comment match the code after afa03f2
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Harrison committed Jun 16, 2013
1 parent f6bb7f7 commit a95c51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/mythdownloadmanager.cpp
Expand Up @@ -807,7 +807,7 @@ bool MythDownloadManager::downloadNow(MythDownloadInfo *dlInfo, bool deleteInfo)
m_queueWaitCond.wakeAll();

// timeout myth:// RemoteFile transfers 20 seconds from now
// timeout non-myth:// QNetworkAccessManager transfers 10 seconds after
// timeout non-myth:// QNetworkAccessManager transfers 60 seconds after
// their last progress update
QDateTime startedAt = MythDate::current();
m_infoLock->lock();
Expand Down

0 comments on commit a95c51e

Please sign in to comment.