From d75a6b7b9b25c73e435f0eb5b65c3cf3ace4e5f9 Mon Sep 17 00:00:00 2001 From: g0tmi1k Date: Fri, 30 May 2014 21:04:44 +0100 Subject: [PATCH] Altered wording in the config file ...and removed a unused value --- kippo.cfg.dist | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/kippo.cfg.dist b/kippo.cfg.dist index 1f2d380..baddea7 100644 --- a/kippo.cfg.dist +++ b/kippo.cfg.dist @@ -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. #