Skip to content

Commit 8863a1a

Browse files
committed
Fix typo
1 parent 0356181 commit 8863a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ php artisan octane:start --workers=4 --task-workers=6
156156

157157
#### Specifying The Max Request Count
158158

159-
To help prevent stray memory leaks, Octane can gracefully restart a worker once it has handled a given number of requests. To instruct Octane to do this, you may use the `--max-request` option:
159+
To help prevent stray memory leaks, Octane can gracefully restart a worker once it has handled a given number of requests. To instruct Octane to do this, you may use the `--max-requests` option:
160160

161161
```bash
162162
php artisan octane:start --max-requests=250

0 commit comments

Comments
 (0)