Skip to content

Commit e7ef7d0

Browse files
committed
update stats
Signed-off-by: flakey5 <[email protected]>
1 parent 8c2231a commit e7ef7d0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

apps/site/pages/en/blog/announcements/making-nodejs-downloads-reliable.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ _Refs: [Release Overview](https://github.com/nodejs/build/blob/main/doc/release-
4444

4545
## Growing Pains
4646

47-
Nowadays, the nodejs.org domain sees over 3 billion requests and 2+ petabytes of traffic per month, with the majority of that going towards release assets.
47+
Nowadays, the nodejs.org domain sees over 2.4 billion requests and 3+ petabytes of traffic per month, with a majority of that going towards release assets.
4848

49-
This averages to about 1,157 requests per second, with an average bandwidth of 771 mb per second.
49+
This averages to about 925 requests per second and an average bandwidth of 1.2 gb per second.
5050

5151
<details>
52-
<summary>Math</summary>
53-
3,000,000,000 requests per month / 30 days / 24 hours / 60 minutes / 60 seconds = ~1157 requests/second.
54-
2,000,000,000 mb per month / 30 days / 24 hours / 60 minutes / 60 seconds = 771 mb/second.
52+
<summary>Math</summary>
53+
2,400,000,000 requests per month / 30 days per month / 24 hours per day / 60 minutes per hour / 60 seconds per minute = ~925 requests/second.
54+
3,000,000,000 mb per month / 30 days per month / 24 hours per day / 60 minutes per hour / 60 seconds per minute = ~1157 mb/second.
5555
</details>
5656

5757
The origin server does not have enough resources for this, and it struggled to keep up with the demand.

0 commit comments

Comments
 (0)