Skip to content

Commit

Permalink
luci-app-adblock: extend the download queue scale
Browse files Browse the repository at this point in the history
* 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 0cdad38)
  • Loading branch information
dibdot committed Nov 5, 2020
1 parent 6ad517e commit 7b1b82d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -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');
Expand Down

0 comments on commit 7b1b82d

Please sign in to comment.