mirror of https://github.com/aria2/aria2
--lowest-speed-limit option is now available in aria2.changeOption.
--lowest-speed-limit option is now available in aria2.changeOption if a download is waiting/paused in queue.pull/2/head
parent
95c7cb9f3e
commit
695c65eb86
|
@ -790,6 +790,7 @@ OptionHandlerFactory::createOptionHandlers()
|
|||
op->addTag(TAG_HTTP);
|
||||
op->setInitialOption(true);
|
||||
op->setChangeGlobalOption(true);
|
||||
op->setChangeOptionForReserved(true);
|
||||
handlers.push_back(op);
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue