documentation: Correct other calculations of QPS

Like my earlier mistake on the same section of this file, I forgot
to divide by 60 to go from hours to minutes.

Change-Id: I3962a508abe4024fd52b610043b99a20a5efb427
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce 2009-12-22 17:59:36 -08:00
parent 69bb7510d1
commit 58b898cff4

@ -517,7 +517,7 @@ page after comments are published.
This WAG'd estimate boils down to <12,800 HTTP requests per day
(QPD). Assuming these are evenly distributed over an 8 hour work day
in a single time zone, we are looking at approximately 26 queries
in a single time zone, we are looking at approximately 0.43 queries
per second (QPS).
----
@ -535,7 +535,7 @@ sufficient for a site with the estimated load described above.
Given a more realistic estimate of 79 changes per day (from the
Linux kernel) suggests only 2,528 queries per day, and a much lower
5.2 QPS when spread out over an 8 hour work day.
0.08 QPS when spread out over an 8 hour work day.
Disk Usage
~~~~~~~~~~