From e5bf76df62120e2527759b37b7e7acc079094e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Weber?= Date: Wed, 27 Sep 2023 09:20:28 +0200 Subject: [PATCH] Trigger build to test github actions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20ba5bb2..7b219bdd 100755 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ This is a list of the custom headers used by Gateleen. ## Performance Tuning * 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//limits`. * 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. -* 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. +* 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. ## Dependencies * [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)