From: Dirk Brenken Date: Thu, 5 Nov 2020 13:58:27 +0000 (+0100) Subject: luci-app-adblock: extend the download queue scale X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7b1b82d490099eab9d4358bd83ea7c43f4f6ca24;p=project%2Fluci.git 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 (cherry picked from commit 0cdad3834fdd2180771a8dfb8f29f6369ce3799a) --- diff --git a/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js b/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js index 47213856da..563ffa5d3c 100644 --- a/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js +++ b/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js @@ -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');