4.2.2.1. ByPassGlobalDownload

4.2.2.1.1. Synopsis

This tag is made to override the GlobalDownload tag.

4.2.2.1.2. Options

Name Default Values Since version Context
ByPassGlobalDownload false false 0.5 Default,Group,IpRange,User,VirtualHost
  true    

4.2.2.1.3. Examples

In this example, the user admin won’t be limited by the GlobalDownload limitation set on the default tag:

<Default>
    home /home
    GlobalDownload 100k
</Default>

<User admin>
    ByPassGlobalDownload true
</User>

Admin user will have full download speed here.