Помогите разобраться запутался совсем с delay_pools
Вот что имею:
acl lanauth proxy_auth REQUIRED
acl files urlpath_regex -i \.exe$ \.mp3$ \.vqf$ \.tar.gz$ \.gz$ \.rpm$ \.zip$ \.rar$ \.avi$ \.mpeg$ \.mpe$ \.mpg$ \.qt$ \.ram$ \.rm$ \.iso$ \.raw$ \.wav$ \.wav$ \.mov$
acl work_hours time M T W T F 09:00-18:00
acl ftpfiles proto ftp
delay_pools 4
delay_class 1 1
delay_parameters 1 1024/100000
delay_access 1 allow files
delay_access 1 deny all
http_access allow lanauth
http_access allow our_networks
http_access allow localhost
http_access deny all
Помогите допилить.