mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Fix patches.
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<newznab>
|
||||
<versions>
|
||||
<sql>
|
||||
<db>126</db>
|
||||
<file>126</file>
|
||||
<db>127</db>
|
||||
<file>127</file>
|
||||
</sql>
|
||||
<git>
|
||||
<tag>0.4.1</tag>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
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'
|
||||
);
|
||||
INSERT INTO settings (section, subsection, name, value, hint, setting)
|
||||
VALUES (
|
||||
'tmux',
|
||||
'running',
|
||||
'exit',
|
||||
0,
|
||||
'Determines if the running tmux monitor script should exit. If 0 nothing changes; if positive the script should exit gracefully (allowing all panes to finish); if negative the script should die as soon as possible.',
|
||||
'tmux.running.exit'
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
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'
|
||||
);
|
||||
Reference in New Issue
Block a user