For consistency, delay thresholds in stats() should be floats, like all the other time values.
While we're at it, we should return integers, not longs (which is what the MySQL db interface returns). It's annoying to call stats() and look at all those Ls.
For consistency, delay thresholds in
stats()
should be floats, like all the other time values.While we're at it, we should return integers, not longs (which is what the MySQL db interface returns). It's annoying to call
stats()
and look at all thoseL
s.