diff --git a/newznab/build/nntmux.xml b/newznab/build/nntmux.xml index 88f7535f3..1c2a79e5c 100755 --- a/newznab/build/nntmux.xml +++ b/newznab/build/nntmux.xml @@ -2,8 +2,8 @@ - 231 - 231 + 232 + 232 0.0.0 diff --git a/resources/db/patches/mysql/+1~settings.sql b/resources/db/patches/mysql/+1~settings.sql new file mode 100644 index 000000000..c77792da1 --- /dev/null +++ b/resources/db/patches/mysql/+1~settings.sql @@ -0,0 +1 @@ +UPDATE settings SET setting = 'max.headers.iteration' WHERE settings.section = 'max' AND settings.subsection = 'headers' AND settings.name = 'iteration'; diff --git a/resources/db/patches/mysql/0232~settings.sql b/resources/db/patches/mysql/0232~settings.sql new file mode 100644 index 000000000..c77792da1 --- /dev/null +++ b/resources/db/patches/mysql/0232~settings.sql @@ -0,0 +1 @@ +UPDATE settings SET setting = 'max.headers.iteration' WHERE settings.section = 'max' AND settings.subsection = 'headers' AND settings.name = 'iteration'; diff --git a/resources/db/schema/nntmux_fi_schema.sql b/resources/db/schema/nntmux_fi_schema.sql index 6b623faa3..ad66faf38 100644 --- a/resources/db/schema/nntmux_fi_schema.sql +++ b/resources/db/schema/nntmux_fi_schema.sql @@ -4100,7 +4100,7 @@ INSERT INTO settings (setting, value, section, subsection, name, hint) VALUES ('spotnabsiteprvkey', '', '', '', 'spotnabsiteprvkey', ''), ('spotnabsitepubkey', '', '', '', 'spotnabsitepubkey', ''), ('spotnabuser', '', '', '', 'spotnabuser', ''), -('sqlpatch', '231', '', '', 'sqlpatch', ''), +('sqlpatch', '232', '', '', 'sqlpatch', ''), ('storeuserips', '0', '', '', 'storeuserips', ''), ('strapline', 'A great usenet indexer','', '', 'strapline', ''), ('style', 'Omicron', '', '', 'style', ''), @@ -4123,7 +4123,7 @@ INSERT INTO settings (setting, value, section, subsection, name, hint) VALUES ('fetchlastcompressedfiles', '1', 'archive', 'fetch', 'end', 'Try to download the last rar or zip file? (This is good if most of the files are at the end.) Note: The first rar/zip is still downloaded.'), ('collection_timeout', '48', 'indexer', 'processing', 'collection_timeout', 'How many hours to wait before converting a collection into a release that is considered "stuck".'), ('last_run_time', '', 'indexer', 'processing', 'last_run_time', 'Last DATE the indexer (update_binaries or backfill) was run.'), -('maxheadersiteration', '1000000', 'max', 'headers', 'iteration', 'The maximum number of headers that update binaries sees as the total range. This ensure that a total of no more than this is attempted to be downloaded at one time per group.'), +('max.headers.iteration', '1000000', 'max', 'headers', 'iteration', 'The maximum number of headers that update binaries sees as the total range. This ensure that a total of no more than this is attempted to be downloaded at one time per group.'), ('trailers_display', '1', 'site', 'trailers', 'trailers_display', 'Display trailers on the details page?'), ('trailers_size_x', '480', 'site', 'trailers', 'trailers_size_x', 'Width of the displayed trailer. 480 by default.'), ('trailers_size_y', '345', 'site', 'trailers', 'trailers_size_y', 'Height of the displayed trailer. 345 by default.'),