Squid: The Definitive Guide
| < Day Day Up > |
| delay_initial_bucket_level |
This directive determines the amount of traffic that Squid puts into newly created buckets. A bucket is created when Squid starts up or is reconfigured. For class 2 and 3 pools, individual and network buckets are created upon the first client request that uses the bucket. The delay_initial_bucket_level value is a percentage of the bucket's maximum size .
| Syntax | delay_initial_bucket_level percent |
| Default | delay_initial_bucket_level 50 |
| Example | delay_initial_bucket_level 100 |
| Related | delay_pools , delay_class , delay_access , delay_parameters |
| < Day Day Up > |