luci-app-adblock: extend the download queue scale
* see https://forum.openwrt.org/t/adblock-support-thread/507/1646 for
details
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 0cdad3834f
)
This commit is contained in:
parent
6ad517e104
commit
7b1b82d490
1 changed files with 2 additions and 0 deletions
|
@ -342,6 +342,8 @@ return L.view.extend({
|
|||
o.rmempty = true;
|
||||
|
||||
o = s.taboption('additional', form.ListValue, 'adb_maxqueue', _('Download Queue'), _('Size of the download queue for download processing (incl. sorting, merging etc.) in parallel.'));
|
||||
o.value('1');
|
||||
o.value('2');
|
||||
o.value('4');
|
||||
o.value('8');
|
||||
o.value('16');
|
||||
|
|
Loading…
Reference in a new issue