Increase --select-file upper bound to 1m for torrent containing lots of files

pull/454/head
Tatsuhiro Tsujikawa 2015-07-08 21:37:09 +09:00
parent 7e3d82cb22
commit c3b89d37e1
1 changed files with 1 additions and 1 deletions

View File

@ -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);