Ver código fonte

--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.
Tatsuhiro Tsujikawa 14 anos atrás
pai
commit
695c65eb86
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/OptionHandlerFactory.cc

+ 1 - 0
src/OptionHandlerFactory.cc

@@ -790,6 +790,7 @@ OptionHandlerFactory::createOptionHandlers()
     op->addTag(TAG_HTTP);
     op->setInitialOption(true);
     op->setChangeGlobalOption(true);
+    op->setChangeOptionForReserved(true);
     handlers.push_back(op);
   }
   {