Lines Matching full:initial
30 //! Each token bucket can start off with a `one_time_burst` initial extra capacity
31 //! on top of their `size`. This initial extra credit does not replenish and
32 //! can be used for an initial burst of data.
102 /// configurable capacity, refill-rate and initial burst.
107 // Initial burst size (number of free initial tokens, that can be consumed at no cost)
125 /// milliseconds to go from zero tokens to total capacity. The `one_time_burst` is initial
127 /// for an initial burst of data.
313 /// * `bytes_one_time_burst` - initial extra credit on top of `bytes_total_capacity`,
314 /// that does not replenish and which can be used for an initial burst of data.
318 /// * `ops_one_time_burst` - initial extra credit on top of `ops_total_capacity`,
319 /// that does not replenish and which can be used for an initial burst of data.