Skip to content

Commit 05a1060

Browse files
huangdijiaCopilot
andcommitted
Update server_mutex prefix for clarity
Changed the 'server_mutex' prefix to include ':server_mutex:' for improved key identification and to avoid potential naming conflicts. Co-Authored-By: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-Authored-By: huangdijia <8337659+huangdijia@users.noreply.github.com>
1 parent e3572a1 commit 05a1060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/trigger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
'server_mutex' => [
3333
'enable' => true,
34-
'prefix' => env('APP_NAME', 'trigger') . ':',
34+
'prefix' => env('APP_NAME', 'trigger') . ':server_mutex:',
3535
'expires' => 30,
3636
'keepalive_interval' => 10,
3737
'retry_interval' => 10,

0 commit comments

Comments
 (0)