Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Resolved problem of decreasing limits to a value of 1 #13
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MatthewLM commentedMay 9, 2016
Fixed an obvious problem with the code which would always decrease the limit to 1 instead of the correct number. I can only assume that if the
effective_rateis zero then the limit should also be zero, and that is the intended operation.