Squid configuration manual

Reference manual for squid's configuraiton directives

View the Project on GitHub

Index Alphabetical Index

Option Name:

client_delay_initial_bucket_level

Suggested Config:


Details:

This option determines the initial bucket size as a percentage of
max_bucket_size from client_delay_parameters. Buckets are created
at the time of the "first" connection from the matching IP. Idle
buckets are periodically deleted up.

You can specify more than 100 percent but note that such "oversized"
buckets are not refilled until their size goes down to max_bucket_size
from client_delay_parameters.

Example:
	client_delay_initial_bucket_level 50
Index Alphabetical Index