mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
Remove references to maximum load and maximum releases load as those are not used anymore
This commit is contained in:
@@ -192,8 +192,6 @@ INSERT INTO tmux (setting, value) VALUES ('defrag_cache', '900'),
|
||||
('addpar2', '0'),
|
||||
('fixnamethreads', '1'),
|
||||
('fixnamesperrun', '10'),
|
||||
('max_load', 2.0),
|
||||
('max_load_releases', 2.0),
|
||||
('zippath', ''),
|
||||
('processjpg', 0),
|
||||
('scrape', 0),
|
||||
|
||||
@@ -638,27 +638,6 @@
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td style="width:180px;"><label for="max_load">Maximum Load:</label></td>
|
||||
<td>
|
||||
<input id="max_load" name="max_load" class="short" type="text" value="{$ftmux->max_load}"/>
|
||||
|
||||
<div class="hint">Set this to limit the load on your system to value entered. Default value is 2.0.
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td style="width:180px;"><label for="max_load_releases">Maximum Releases Load:</label></td>
|
||||
<td>
|
||||
<input id="max_load_releases" name="max_load_releases" class="short" type="text"
|
||||
value="{$ftmux->max_load_releases}"/>
|
||||
|
||||
<div class="hint">Set this to limit the load on your system to value entered. Default value is 2.0.
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td style="width:180px;"><label for="safebackfilldate">Safe Backfill Date:</label></td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user