UI for editing max process lifetime

This commit is contained in:
Jamie Cameron
2022-04-10 19:43:13 -07:00
parent 7fbc37709b
commit 86f26e2fd3
3 changed files with 18 additions and 0 deletions

View File

@@ -76,6 +76,12 @@ print &ui_table_row($text{'bind_maxconns_per_net'},
&ui_opt_textbox("maxconns_per_net", $miniserv{'maxconns_per_net'}, 5,
$text{'default'}." (35)"));
# Max subprocess lifetime
print &ui_table_row($text{'bind_maxlifetime'},
&ui_opt_textbox("maxlifetime", $miniserv{'maxlifetime'}, 5,
$text{'bind_maxlifetime_def'})." ".
$text{'bind_maxlifetime_secs'});
print &ui_table_end();
print &ui_form_end([ [ "save", $text{'save'} ] ]);