Yelp / doloop

Task loop for keeping things updated
Other
10 stars 10 forks source link

delay thresholds in stats() should be floats, longs should be ints #4

Closed coyotemarin closed 13 years ago

coyotemarin commented 13 years ago

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.