Host ID in NON SSL mode
Bandwidth for one session (64Mb)
Global Bandwidth (512Mb)
Delay between 2 checks of Bandwidth (10s). The less this value, the better the bandwidth limitation is done. However take care to not give too low value
Limit by batch of active transfers (10000)
Delay between 2 execution of the Commander (5s)
Delay between 2 attemps in case of error (30s)
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns:x0="http://www.w3.org/2001/XMLSchema">
<comment>Example of config file: change its as your need.</comment>
<identity>
<hostid>hosta</hostid>
</identity>
<limit>
<sessionlimit>0</sessionlimit>
<globallimit>0</globallimit>
<delaylimit>10000</delaylimit>
<runlimit>10000</runlimit>
<delaycommand>5000</delaycommand>
<delayretry>30000</delayretry>
</limit>
</config>