############################################################################
##                                                                        ##
##   Example configuration file for Axel - A light download accelerator   ##
##                                                                        ##
############################################################################


# reconnect_delay sets the number of seconds before trying again to build
# a new connection to the server.
#
# reconnect_delay = 20


# You can set a maximum speed (bytes per second) here, axel will try to be
# at most 10% faster or 10% slower. Not very well tested and it doesn't
# always work. It's just a quick 10-line-hack...
#
# max_speed = 0


# You can set the maximum number of connections axel will try to set up
# here. There's a value precompiled in the program too, setting this too
# high requires recompilation. PLEASE respect FTP server operators and other
# users: Don't set this one too high!!! 4 is already very reasonable.
#
# num_connections = 4


# If no data comes from a connection for this number of seconds, abort (and
# resume) the connection.
#
# connection_timeout = 60


# Set proxies. The program doesn't support them yet, but the settings are
# here already. no_proxy is a comma-separated list of domains which are
# local, axel won't use any proxy for them. You don't have to specify full
# hostnames there.
#
# Note: If the HTTP_PROXY environment variable is set correctly already,
# you don't have to set it again here. The setting should be in the same
# format as the HTTP_PROXY var, like 'http://host.domain.com:8080/',
# although a string like 'host.domain.com:8080' should work too..
#
# Sometimes HTTP proxies support FTP downloads too, so the proxy you
# configure here will be used for FTP downloads too.
#
# If you have to use a SOCKS server for some reason, the program should
# work perfectly through socksify without even knowing about that server.
#
# http_proxy = 
# no_proxy = 


# Keep CGI arguments in the local filename?
#
# strip_cgi_parameters = 1


# When downloading a HTTP directory/index page, (like http://localhost/~me/)
# what local filename do we have to store it in?
#
# default_filename = default


# The kind of speed indication after each line.
#
# line -- Average speed on this line
# average -- Overall average speed
#
# speed_type = average


# Save state every x seconds. Set this to 0 to disable state saving during
# download. State files will always be saved when the program terminates
# (unless the download is finished, of course) so this is only useful to
# protect yourself against sudden system crashes.
#
# save_state_interval = 10


# Buffer size: Maximum amount of bytes to read from a connection. One single
# buffer is used for all the connections (no separate per-connection buffer)
# because more is just not necessary. A smaller buffer might improve the
# accuracy of the maximum speed.
#
# buffer_size = 5120


# By default messages about started/stopped connections and timeouts are
# hidden. If you're interested, you can enable this to see those messages.
#
# verbose = 0
