mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 21:24:35 +04:00
luci-mod-network: bump reassociation_deadline default to 20000
With OpenWRT commit [1], the default for reassociation_deadline
is now 20000. Update LuCI to reflect that change.
[1]: a7790ce410
Signed-off-by: Rany Hany <rany_hany@riseup.net>
This commit is contained in:
@@ -1885,7 +1885,7 @@ return view.extend({
|
|||||||
|
|
||||||
o = ss.taboption('roaming', form.Value, 'reassociation_deadline', _('Reassociation Deadline'), _('time units (TUs / 1.024 ms) [1000-65535]'));
|
o = ss.taboption('roaming', form.Value, 'reassociation_deadline', _('Reassociation Deadline'), _('time units (TUs / 1.024 ms) [1000-65535]'));
|
||||||
o.depends({ ieee80211r: '1' });
|
o.depends({ ieee80211r: '1' });
|
||||||
o.placeholder = '1000';
|
o.placeholder = '20000';
|
||||||
o.datatype = 'range(1000,65535)';
|
o.datatype = 'range(1000,65535)';
|
||||||
o.rmempty = true;
|
o.rmempty = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user