qingfeng9075

joined 2 years ago
[–] qingfeng9075@alien.top 1 points 2 years ago

It’s called overflowing, which is a number supposed to be a positive integer becomes -1 when it gets too big. For instance, int16 only supports 65535 as max, so when you have more than 65536 missing calls, it turns into -1.