wiki mentions this formula
Bucket capacity = bucket-size * max-limit
All fine till now
let's assume a client with speed 1 mbps
bucket is known to be holding tokens in the algorithm.
if I have a packet 1500 bytes I would need 1500 tokens to move it. so if I was that client it is my right to use that 1 megabit in one second
his speed in bytes is 125000 which will need 125000 tokens in the whole second (this is the full bucket capacity should not be less than that otherwise client will not get his full 1 megabit in one second. using the formula to get the bucket size in this case will be like that
125000=0.125*1000000
the request is to change the default bucket-size to be at least 0.125 not 0.100