mirror of
https://github.com/webmin/webmin.git
synced 2026-02-20 05:12:48 +00:00
UI for editing max process lifetime
This commit is contained in:
@@ -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'} ] ]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user