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

View file

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