Skip to content

Commit

Permalink
Fix missing package name for caller
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Sep 3, 2022
1 parent 996cb0e commit af49716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtual_feature.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1529,7 +1529,7 @@ sub feature_save_web_php_children
my $conf = &virtual_server::get_php_fpm_config();
return 0 if (!$conf);
$children = $childrenmax if ($children == 0); # Recommended default
&save_php_fpm_pool_config_value(
&virtual_server::save_php_fpm_pool_config_value(
$conf, $d->{'id'}, "pm.max_children", $children);
}
&virtual_server::save_domain($d);
Expand Down

0 comments on commit af49716

Please sign in to comment.