luci-mod-network: adjust DNS cache size placeholder
Adjust DNS cache size placeholder value to 1000 to
match the OpenWrt default after
a57796b137
Fixes #6254
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
1b623cbe60
commit
92cce9a44a
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ return view.extend({
|
|||
_('Number of cached DNS entries, 10000 is maximum, 0 is no caching.'));
|
||||
o.optional = true;
|
||||
o.datatype = 'range(0,10000)';
|
||||
o.placeholder = 150;
|
||||
o.placeholder = 1000;
|
||||
|
||||
o = s.taboption('pxe_tftp', form.Flag, 'enable_tftp',
|
||||
_('Enable TFTP server'),
|
||||
|
|
Loading…
Reference in a new issue