From eb1b5624342baf64f3b73e30d0109a183f67761e Mon Sep 17 00:00:00 2001 From: Kangkai Tang Date: Mon, 22 May 2017 23:55:04 -0500 Subject: [PATCH] Fix issue #79 --- solutions/system_design/twitter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/system_design/twitter/README.md b/solutions/system_design/twitter/README.md index 415e6467d31..87503dc9590 100644 --- a/solutions/system_design/twitter/README.md +++ b/solutions/system_design/twitter/README.md @@ -76,7 +76,7 @@ Search * 100 thousand read requests per second * 250 billion read requests per month * (400 requests per second / 1 billion requests per month) * 6,000 tweets per second - * 15 billion tweets delivered on fanout per month * (400 requests per second / 1 billion requests per month) + * 15 billion tweets per month * (400 requests per second / 1 billion requests per month) * 60 thousand tweets delivered on fanout per second * 150 billion tweets delivered on fanout per month * (400 requests per second / 1 billion requests per month) * 4,000 search requests per second