Merge pull request #19 from corprew/patch-1
Doc block grammar correction
This commit is contained in:
commit
62d930b9ff
|
@ -19,7 +19,7 @@ worker_rlimit_nofile 8192;
|
||||||
|
|
||||||
events {
|
events {
|
||||||
# When you need > 8000 * cpu_cores connections, you start optimizing your OS,
|
# When you need > 8000 * cpu_cores connections, you start optimizing your OS,
|
||||||
# and this is probably the point at where you hire people who are smarter than
|
# and this is probably the point at which you hire people who are smarter than
|
||||||
# you, as this is *a lot* of requests.
|
# you, as this is *a lot* of requests.
|
||||||
worker_connections 8000;
|
worker_connections 8000;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue