Переглянути джерело

Fix #79: Inaccuracy in Twitter timeline and search example (#81)

Kangkai Tang 8 роки тому
батько
коміт
960bf1be64
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      solutions/system_design/twitter/README.md

+ 1 - 1
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