Skip to content

Commit ffd8711

Browse files
committed
Documentation fix
1 parent 05116b6 commit ffd8711

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/general/configuration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ $server->addWorker(
3232
## Server Configuration
3333
Server-level configuration defines global settings that apply to the entire application and impact all workers.
3434

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. |
4141

4242
## Plugin Configuration
4343
Plugin-level configuration defines settings specific to individual plugins.

0 commit comments

Comments
 (0)