mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Reduce timeout
This commit is contained in:
@@ -2091,7 +2091,7 @@ return \%hasarg;
|
||||
sub action_running
|
||||
{
|
||||
my ($file) = @_;
|
||||
my ($out, $timedout) = &backquote_with_timeout("$file status", 5);
|
||||
my ($out, $timedout) = &backquote_with_timeout("$file status", 2);
|
||||
if ($timedout) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user