Quote:
Originally Posted by vfxpro
I'm running vB 3.6.0 with LDM 2.2.5 and I've noticed a strange bug. My download allowances are set in MB per 30 days. But they've all set to -30 (mb I suppose they don't have a value associated with them)
Everytime I try to reset the file size limit to anything above 90M it resets to -30.
What gives?
I just noticed that when I set the days to 30 it triggers the glitch, when I set the "allowance period" to 1 day I can crank up the allowed file size.
25 Days seems to be the limit. Anymore days in the Allowance period and the bytes allowance gets set to a negative version of the allowance period digits. strange...
|
I imagine that this is an integer overflow (25x90M is about 2 billion, which on some hosts is the maximum size of number that is stored). Mea culpa - I'll correct this in the next release. In the meantime, pls use combinations of days time allowance which are less than 2 billion.