Skip to content

Commit 75ca476

Browse files
Apply suggestion from @franciscojavierarceo
1 parent d63c70d commit 75ca476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/feature-servers/python-feature-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Key performance options:
3434
### Performance Best Practices
3535

3636
**Worker Configuration:**
37-
- For production: Use `--workers -1` to auto-calculate optimal worker count (typically 2 × CPU cores + 1)
37+
- For production: Use `--workers -1` to auto-calculate optimal worker count (2 × CPU cores + 1)
3838
- For development: Use default single worker (`--workers 1`)
3939
- Monitor CPU and memory usage to tune worker count manually if needed
4040

0 commit comments

Comments
 (0)