Skip to content

Commit

Permalink
fix mistake in napkin math problem #1 copy-over
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathon Belotti committed Oct 4, 2021
1 parent 910b97c commit 7546e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performance/napkin-math/problems/1_logging_cost.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ______
86,400 seconds per day.


`86,400 * 10^6 RPS ~= 9 * 10^3 * 10^6 ~= 9 * 10^9` requests a day.
`86,400 * 10^5 RPS ~= 9 * 10^4 * 10^5 ~= 9 * 10^9` requests a day.

**How many log lines per request?:** `10`

Expand Down

0 comments on commit 7546e35

Please # to comment.