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:
Dirk Brenken 2020-11-05 14:58:27 +01:00
parent 6ad517e104
commit 7b1b82d490
No known key found for this signature in database
GPG key ID: 9D71CD547BFAE684

View file

@ -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');