Fix formatting issue in config-gerrit.txt

If a line contains two '~' characters the text in between is
subscripted. To avoid subscription the first '~' in the line must be
escaped.

Change-Id: I3b7bf0e85f26ba7b8ab9718089c176d8dfdb13b5
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2014-07-16 13:44:04 +02:00
parent c1c2b10adf
commit 720eebe891

View File

@@ -774,7 +774,7 @@ responses. This allows for fast polls, often under 8 milliseconds.
With a configured 30 second delay a server with 4900 active users will
typically need to dedicate 1 CPU to the update check. 4900 users
divided by an average delay of 30 seconds is 163 requests arriving per
second. If requests are served at ~6 ms response time, 1 CPU is
second. If requests are served at \~6 ms response time, 1 CPU is
necessary to keep up with the update request traffic. On a smaller
user base of 500 active users, the default 30 second delay is only 17
requests per second and requires ~10% CPU.