You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ This is a list of the custom headers used by Gateleen.
144
144
## Performance Tuning
145
145
* The amount of max open files per process should be at least 16384. You can check your max open files per process with this command `cat /proc/<process id>/limits`.
146
146
* The amount of open files depends on the amount of open Http Requests, which are holding a tcp connection which are holding a file handle.
147
-
* The important number to control the open Http Requests is the pool size of the Http Client. The higher the pool size the higher the open files.
147
+
* The important number to control the open HTTP requests is the pool size of the Http Client. The higher the pool size the higher the open files.
148
148
149
149
## Dependencies
150
150
*[vertx-rest-storage](https://github.com/swisspush/vertx-rest-storage) at least release [v2.0.2](https://github.com/swisspush/vertx-rest-storage/releases/tag/v2.0.2)
0 commit comments