
08-01-2006, 03:49 PM
|
 |
|
|
Join Date: Mar 2004
Posts: 1,319
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by HappyPike
On the Stats page, the Bandwidth value maxed out at 4294967 KB. Apparently this is a data type problem.
Right now it's int(10) unsigned:
INT( ) -2,147,483,648 to 2,147,483,647 normal
0 to 4,294,967,295 UNSIGNED.
|
ah ... crap. hugh_ told me about that bug and I forgot. I'll add that to the list.
|