diff --git a/core/src/main/resources/config/baseConfig.yml b/core/src/main/resources/config/baseConfig.yml index 13a994d2a..907dbc3be 100644 --- a/core/src/main/resources/config/baseConfig.yml +++ b/core/src/main/resources/config/baseConfig.yml @@ -142,11 +142,12 @@ categoriesConfig: forbiddenRegex: null forbiddenWords: [] ignoreResultsFrom: NONE - maxSizePreset: 20000 + maxSizePreset: 90000 minSizePreset: 3000 applySizeLimitsToApi: false newznabCategories: - "2040" + - "2045" - "2050" - "2060" - "2070" @@ -219,11 +220,12 @@ categoriesConfig: forbiddenRegex: null forbiddenWords: [] ignoreResultsFrom: NONE - maxSizePreset: 4500 + maxSizePreset: 12000 minSizePreset: 300 applySizeLimitsToApi: false newznabCategories: - "5040" + - "5045" requiredRegex: null requiredWords: [] preselect: true diff --git a/readme.md b/readme.md index 07c41cbd4..c67342a3b 100644 --- a/readme.md +++ b/readme.md @@ -38,7 +38,7 @@ appropriate way: * You need to install [Java 17](https://adoptium.net/) (not lower, not higher). * Download the generic release. This contains python scripts and java libraries. Run either wrapper file (Python 2.7 / 3.x respectively). This should work basically everwhere. * The Java executable is expected to be in the PATH. If it's not and you can't/won't put it there then you need to provide the full path using the `--java` paramater. -* Docker: You can choose between images by [LinuxServer.io](https://github.com/linuxserver/docker-nzbhydra2), [hotio](https://hotio.dev/containers/nzbhydra2/) and [binhex's](https://hub.docker.com/r/binhex/arch-nzbhydra2/) or the one +* Docker: You can choose between images by [hotio](https://hotio.dev/containers/nzbhydra2/) and [binhex's](https://hub.docker.com/r/binhex/arch-nzbhydra2/) or the one by [LinuxServer.io](https://github.com/linuxserver/docker-nzbhydra2). After a while your browser should open to http://127.0.0.1:5076.