Skip to content

Commit 8633a2b

Browse files
committed
Configuration doc
1 parent 1cc1e62 commit 8633a2b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/general/configuration.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ See the plugins documentation for detailed options and examples.
4646

4747
## Worker Configuration
4848
Worker-level configuration applies to individual workers, allowing you to control their specific behavior.
49-
PHPStreamServer includes several built-in worker types, and plugins can add additional worker types to extend functionality.
50-
Workers can be added to the server using the `Server::addWorker()` method.
49+
PHPStreamServer includes several built-in worker types, and plugins can add additional worker types to extend functionality.
50+
Additional worker types are available through plugins.
51+
[Read more →](/docs/plugins/)
5152

5253
### ⚙️ WorkerProcess
5354
Worker class: [WorkerProcess](https://github.com/phpstreamserver/core/blob/main/src/Worker/WorkerProcess.php)
@@ -80,7 +81,9 @@ This worker type is designed to run external processes, allowing PHPStreamServer
8081

8182
## Reload Strategies
8283
Reload strategies in PHPStreamServer define the rules that determine when workers should be restarted.
83-
PHPStreamServer provides several built-in reload strategies out of the box, and plugins can add new ones.
84+
PHPStreamServer provides several built-in reload strategies out of the box, and plugins can add new ones.
85+
Additional reload strategies are available through plugins.
86+
[Read more →](/docs/plugins/)
8487

8588
### 🔄️ TTLReloadStrategy
8689
Reload strategy class: [TTLReloadStrategy](https://github.com/phpstreamserver/core/blob/main/src/ReloadStrategy/TTLReloadStrategy.php)

0 commit comments

Comments
 (0)