Skip to content

Commit

Permalink
Update cluster.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed May 14, 2024
1 parent 41569fa commit 8fbdf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/http/cluster.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Start a cluster of HTTP servers
description: Run multiple HTTP servers concurrent via the "reusePort" option to share the same port across multiple processes
description: Run multiple HTTP servers concurrently via the "reusePort" option to share the same port across multiple processes
---

To run multiple HTTP servers concurrently, use the `reusePort` option in `Bun.serve()` which shares the same port across multiple processes.
Expand Down

0 comments on commit 8fbdf32

Please sign in to comment.