2009-12-18 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Removed old useless comment
	* src/MultiUrlRequestInfo.cc
pull/1/head
Tatsuhiro Tsujikawa 2009-12-18 06:30:42 +00:00
parent b19e292157
commit 4171e7cadf
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2009-12-18 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Removed old useless comment
* src/MultiUrlRequestInfo.cc
2009-12-16 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed the bug that if --without-sqlite3 is given, pkg-config is

View File

@ -161,14 +161,6 @@ downloadresultcode::RESULT MultiUrlRequestInfo::execute()
}
e->setStatCalc(_statCalc);
// The number of simultaneous download is specified by
// PREF_MAX_CONCURRENT_DOWNLOADS.
// The remaining urls are queued into FillRequestGroupCommand.
// It observes the number of simultaneous downloads and if it is under
// the limit, it adds RequestGroup object from its queue to DownloadEngine.
// This is done every 1 second. At the same time, it removes finished/error
// RequestGroup from DownloadEngine.
util::setGlobalSignalHandler(SIGINT, handler, 0);
util::setGlobalSignalHandler(SIGTERM, handler, 0);