From d968d20a7d89e5afa3d821aa9426faae46cf51cf Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Tue, 2 Sep 2025 15:14:58 +0200 Subject: [PATCH] luci-mod-network: Change cache placeholder to internal default 150 Signed-off-by: Paul Donald (cherry picked from commit a2d0f5e2b3fdaca37cc088e40f4cfcb67b23cffe) --- .../htdocs/luci-static/resources/view/network/dhcp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js index 63af8b42cc..1c9513286d 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js @@ -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'), -- 2.30.2