This commit is contained in:
2025-12-18 15:39:47 +08:00
parent 377a9c17c3
commit f6f94aff32
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -769,7 +769,7 @@ if (!function_exists('process_name_set')) {
return;
}
$name = \config('id', 'system') . '[' . $pid . ']';
$name = \config('site.id', 'system') . '[' . $pid . ']';
if (!empty($prefix)) {
$name .= '.' . $prefix;
}