diff --git a/src/OptionHandlerFactory.cc b/src/OptionHandlerFactory.cc index 433d815c..85642c4b 100644 --- a/src/OptionHandlerFactory.cc +++ b/src/OptionHandlerFactory.cc @@ -1708,7 +1708,7 @@ std::vector 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);