mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 18:28:54 +00:00
9 lines
331 B
SQL
Executable File
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'
|
|
); |