Skip to content

Commit

Permalink
Merge pull request #104 from ydah/typos
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
casperisfine committed Apr 4, 2024
2 parents a313378 + 7d2e20d commit f176423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Copy on Write Efficiency

This benchmark aimed to compare real memory usage of differnet servers.
This benchmark aimed to compare real memory usage of different servers.

For instance, Puma 2 workers + 2 threads:

Expand Down
2 changes: 1 addition & 1 deletion docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ The second "hard" timeout, is the sum of `timeout` and `cleanup`.
Workers taking longer than this time period to be ready to handle a new
request will be forcibly killed (via `SIGKILL`).

Neither of these timeout mecanisms should be routinely relied on, and should
Neither of these timeout mechanisms should be routinely relied on, and should
instead be considered as a last line of defense in case you application
is impacted by bugs causing unexpectedly slow response time, or fully stuck
processes.
Expand Down

0 comments on commit f176423

Please sign in to comment.