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>
This commit is contained in:
parent
d8c1366d97
commit
0cdad3834f
1 changed files with 2 additions and 0 deletions
|
@ -344,6 +344,8 @@ return 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