mirror of
https://github.com/aria2/aria2.git
synced 2024-11-27 03:54:21 +08:00
Increase --select-file upper bound to 1m for torrent containing lots of files
This commit is contained in:
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
Block a user