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 <dev@brenken.org>
This commit is contained in:
Dirk Brenken 2022-09-10 19:01:46 +02:00
parent d907328438
commit b3e1f956e6
No known key found for this signature in database
GPG key ID: 9D71CD547BFAE684

View file

@ -382,15 +382,6 @@ return view.extend({
o.datatype = 'range(1,300)'; o.datatype = 'range(1,300)';
o.rmempty = true; 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, \ 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.')); e.g. downloading, sorting, merging etc.'));
o.placeholder = '/tmp'; o.placeholder = '/tmp';
@ -485,10 +476,6 @@ return view.extend({
o.placeholder = '/tmp'; o.placeholder = '/tmp';
o.rmempty = true; 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 advanced report settings tab
*/ */