Fix patches.

This commit is contained in:
DariusIII
2015-06-15 22:45:45 +02:00
parent d8ec106a7a
commit 710d03a791
3 changed files with 20 additions and 11 deletions
+2 -2
View File
@@ -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>
+9 -9
View File
@@ -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'
);
+9
View File
@@ -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'
);