File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ $server->addWorker(
32
32
## Server Configuration
33
33
Server-level configuration defines global settings that apply to the entire application and impact all workers.
34
34
35
- | Option | Type | Default | Description |
36
- | ----------------| --------| ----------------| ---------------------------------------------------------------------------------------|
37
- | ` pidFile ` | string | * not  ; set* | Optional. Path to the pid file. |
38
- | ` socketFile ` | string | * not  ; set* | Optional. Path to the Unix socket file used for inter-process communication. |
39
- | ` stopTimeout ` | int | 10 | Optional. Maximum time to wait before forcefully terminating workers during shutdown. |
40
- | ` restartDelay ` | float | 0.25 | Optional. Delay between worker restarts. |
35
+ | Option | Type | Default | Description |
36
+ | ----------------| --------| ----------------| ---------------------------------------------------------------------------------------------------- |
37
+ | ` pidFile ` | string | * not  ; set* | Optional. Path to the pid file. |
38
+ | ` socketFile ` | string | * not  ; set* | Optional. Path to the Unix socket file used for inter-process communication. |
39
+ | ` stopTimeout ` | int | 10 | Optional. Maximum time to wait (in seconds) before forcefully terminating workers during shutdown. |
40
+ | ` restartDelay ` | float | 0.25 | Optional. Delay between worker restarts. |
41
41
42
42
## Plugin Configuration
43
43
Plugin-level configuration defines settings specific to individual plugins.
You can’t perform that action at this time.
0 commit comments