Update max.headers.iteration setting

This commit is contained in:
DariusIII
2016-01-14 09:52:28 +01:00
parent d5aec1252e
commit 1cc074e70f
4 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
<newznab>
<versions>
<sql>
<db>231</db>
<file>231</file>
<db>232</db>
<file>232</file>
</sql>
<git>
<tag>0.0.0</tag>
@@ -0,0 +1 @@
UPDATE settings SET setting = 'max.headers.iteration' WHERE settings.section = 'max' AND settings.subsection = 'headers' AND settings.name = 'iteration';
@@ -0,0 +1 @@
UPDATE settings SET setting = 'max.headers.iteration' WHERE settings.section = 'max' AND settings.subsection = 'headers' AND settings.name = 'iteration';
+2 -2
View File
@@ -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.'),