luci-mod-network: Change cache placeholder to internal default 150
authorPaul Donald <[email protected]>
Tue, 2 Sep 2025 13:14:58 +0000 (15:14 +0200)
committerPaul Donald <[email protected]>
Tue, 2 Sep 2025 13:14:58 +0000 (15:14 +0200)
Signed-off-by: Paul Donald <[email protected]>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js

index 5f62f21406cd5ae427f66229f4a5bf11c0ad2e6a..35c491da0aec81185e543f759e6cf2155b7f15e9 100644 (file)
@@ -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'),