Files
newznab-tmux/resources/db/patches/mysql/0158~settings.sql
T
2016-09-21 12:34:07 +02:00

9 lines
331 B
SQL
Executable File

INSERT IGNORE INTO settings (section, subsection, name, value, hint, setting)
VALUES (
'max',
'headers',
'iteration',
1000000,
'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'
);