mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Correct Typo in README.md
Fixed "Constaints" to read "Constraints"
This commit is contained in:
parent
dc7cb724ac
commit
e6ae403287
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ Puma isn't able to understand all the resources that your app may use, so it pro
|
||||||
|
|
||||||
You should place code to close global log files, redis connections, etc in this block so that their file descriptors don't leak into the restarted process. Failure to do so will result in slowly running out of descriptors and eventually obscure crashes as the server is restart many times.
|
You should place code to close global log files, redis connections, etc in this block so that their file descriptors don't leak into the restarted process. Failure to do so will result in slowly running out of descriptors and eventually obscure crashes as the server is restart many times.
|
||||||
|
|
||||||
### Platform Constaints
|
### Platform Constraints
|
||||||
|
|
||||||
Because of various platforms not being implement certain things, the following differences occur when puma is used on different platforms:
|
Because of various platforms not being implement certain things, the following differences occur when puma is used on different platforms:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue