config: Add new option AUTOHOSTLIST_RETRANS_RESET

This commit is contained in:
remittor
2026-01-11 14:49:19 +03:00
parent 0e2940c338
commit 5b997a5eb5
3 changed files with 6 additions and 0 deletions

View File

@@ -279,6 +279,10 @@ return view.extend({
o = s.taboption(tabname, form.Value, 'AUTOHOSTLIST_RETRANS_MAXSEQ', _('RETRANS_MAXSEQ'));
o.rmempty = false;
o.datatype = 'uinteger';
o = s.taboption(tabname, form.Value, 'AUTOHOSTLIST_RETRANS_RESET', _('RETRANS_RESET'));
o.rmempty = false;
o.datatype = 'uinteger';
}
o = s.taboption(tabname, form.Value, 'AUTOHOSTLIST_RETRANS_THRESHOLD', _('RETRANS_THRESHOLD'));