From b3e1f956e60244200a1630964e83d33217cf0091 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Sat, 10 Sep 2022 19:01:46 +0200 Subject: luci-app-adblock: sync with adblock 4.1.4 * removed the unused 'adb_dnsinotify' parameter * removed the 'adb_maxqueue' parameter, the queue size will be automatically set by the number of cpu cores Signed-off-by: Dirk Brenken --- .../htdocs/luci-static/resources/view/adblock/overview.js | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'applications/luci-app-adblock/htdocs/luci-static') 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 fb50d4ca95..a54b350759 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 @@ -382,15 +382,6 @@ return view.extend({ o.datatype = 'range(1,300)'; 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'); - o.value('32'); - o.rmempty = false; - o = s.taboption('additional', form.Value, 'adb_tmpbase', _('Base Temp Directory'), _('Base Temp Directory for all adblock related runtime operations, \ e.g. downloading, sorting, merging etc.')); o.placeholder = '/tmp'; @@ -485,10 +476,6 @@ return view.extend({ o.placeholder = '/tmp'; o.rmempty = true; - o = s.taboption('adv_dns', form.Flag, 'adb_dnsinotify', _('Disable DNS Restarts'), _('Disable adblock triggered restarts for dns backends with autoload/inotify functions.')); - o.depends('adb_dnsflush', '0'); - o.rmempty = true; - /* advanced report settings tab */ -- cgit v1.2.3