ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Why do YouTube views freeze at 301? (Just computing history)

(1/1)

Renegade:
For those that have noticed how YouTube view counts freeze at 301, you'll likely enjoy this as a fun little tour through some obscure Internet history.



tl;dw - They have to scrutinise video counts, and decided on a threshold to do it. i.e. 300. However, the code was:


--- Code: Text ---if (viewcount <= 300) { viewcount++; }else {...
So, 301 got counted.

It has nothing to do with number types or data size limits or anything like that.

Navigation

[0] Message Index

Go to full version