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

10 lines
316 B
SQL
Executable File

REPLACE INTO settings (section, subsection, name, value, hint, setting)
VALUES (
'max',
'headers',
'iteration',
1000000,
'The maximum number of headers that update binaries is given as the total range. This ensures that a total of no more than this, is downloaded per group.',
'max_headers_iteration'
);