mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +04:00
luci-mod-network: Change cache placeholder to internal default 150
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
(cherry picked from commit a2d0f5e2b3)
This commit is contained in:
@@ -836,7 +836,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 = 1000;
|
||||
o.placeholder = 150;
|
||||
|
||||
o = s.taboption('limits', form.Value, 'min_cache_ttl',
|
||||
_('Min cache TTL'),
|
||||
|
||||
Reference in New Issue
Block a user