mirror of https://github.com/aria2/aria2
Increase --select-file upper bound to 1m for torrent containing lots of files
parent
7e3d82cb22
commit
c3b89d37e1
|
@ -1708,7 +1708,7 @@ std::vector<OptionHandler*> OptionHandlerFactory::createOptionHandlers()
|
|||
(PREF_SELECT_FILE,
|
||||
TEXT_SELECT_FILE,
|
||||
NO_DEFAULT_VALUE,
|
||||
1, 65535));
|
||||
1, 1_m));
|
||||
op->addTag(TAG_BITTORRENT);
|
||||
op->addTag(TAG_METALINK);
|
||||
op->setInitialOption(true);
|
||||
|
|
Loading…
Reference in New Issue