update 2025-02-15 04:20:49

This commit is contained in:
kenzok8 2025-02-15 04:20:49 +08:00
parent 0bdcd8e717
commit 915e48eb32
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ return view.extend({
o = s.taboption('ftp', form.Flag, 'active_transfer_port_non_20', _('Enable non-20 port for active transfer'));
o.rmempty = false;
o = s.taboption('ftp', form.Value, 'idle_timeout', _('Client Idle Timeout (seconds)'));
o = s.taboption('ftp', form.Value, 'idle_timeout', _('Client idle timeout (seconds)'));
o.datatype = 'uinteger';
o.default = '900';
o.rmempty = false;