Squid 配置指令 client_delay_initial_bucket_level
可用版本:
此指令在 Squid 的 v8 版本中不可用。
对于 v5 之前的旧版本,请参阅以上链接页面。
配置详情
| 选项名称 | client_delay_initial_bucket_level |
|---|---|
| 替代 | |
| 要求 | --enable-delay-pools |
| 默认值 | client_delay_initial_bucket_level 50 |
| 建议配置 |
|
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 |
|
