grammar, doesn't modify code.

This commit is contained in:
Corprew Reed 2013-11-18 21:38:57 -08:00
parent 6814b3e19c
commit eb6a58c6cc
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ worker_rlimit_nofile 8192;
events {
# 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.
worker_connections 8000;
}