On 2010-09-20, Ariel wrote: > the counters used for tracking user's uploaded tiles (i guess KB also) are > clearly 32 bit integers and they don't run over 4294967295 = 2^32.
> Perhaps that is just a problem of that webpage, but it could be the counter > used in the t...@h server itself. It is a problem of the server, or rather the way django set up the underlying mysql database. I converted the columns to unsigned bigint which should give us some leeway. When we reach that limit we'll have to think about how to track user performance in different ways... Let me know if django is still preventing numbers larger than 32bit here. Sebastian
pgpums4ozBLz7.pgp
Description: PGP signature
_______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
