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:
Paul Donald
2025-09-02 15:14:58 +02:00
parent f878c0a5cc
commit d968d20a7d

View 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'),