Altered wording in the config file

...and removed a unused value
This commit is contained in:
g0tmi1k
2014-05-30 21:04:44 +01:00
parent 9645e500e0
commit d75a6b7b9b

View File

@@ -30,12 +30,12 @@ log_path = log
# (default: dl)
download_path = dl
# Maximum file size for downloaded files. A value of 0 means no limit.
# If the file size is known to be too big from the start, the file will not be
# stored on disk at all.
# Maximum file size (in bytes) for downloaded files to be stored in 'download_path'.
# A value of 0 means no limit. If the file size is known to be too big from the start,
# the file will not be stored on disk at all.
#
# (default: 0)
#download_limit_size = 100000
#download_limit_size = 10485760
# Directory where virtual file contents are kept in.
#
@@ -81,10 +81,6 @@ txtcmds_path = txtcmds
public_key = public.key
private_key = private.key
# Initial root password. NO LONGER USED!
# Instead, see {data_path}/userdb.txt
#password = 123456
# IP address to bind to when opening outgoing connections. Used exclusively by
# the wget command.
#