SVN: toys/rsget.pl/README.config
sparky
sparky at pld-linux.org
Fri Oct 30 00:47:06 CET 2009
Author: sparky
Date: Fri Oct 30 00:47:06 2009
New Revision: 10883
Modified:
toys/rsget.pl/README.config
Log:
- updated
Modified: toys/rsget.pl/README.config
==============================================================================
--- toys/rsget.pl/README.config (original)
+++ toys/rsget.pl/README.config Fri Oct 30 00:47:06 2009
@@ -13,12 +13,12 @@
backup = done,continue,scratch
# make backups of completed downloads only:
#backup = done
-# never make make backups:
+# never make backups:
#backup = no
# for file FILE_NAME.EXT by default backups will be named as:
# FILE_NAME-{N}.EXT where {N} is 1, 2, 3...
-# name backups as: FILE_NAME.EXT~{N}
+# to name backups as FILE_NAME.EXT~{N} use:
backup_suf = ~
# start http server on port 5666 (won't be started by default or if port is 0),
@@ -38,6 +38,9 @@
# by number of ip addresses / interfaces.
max_slots = 8
+# number of links to check at once in the same service
+max_slots_check = 8
+
# if you are blessed with multiple interfaces:
#interfaces = eth0, tun0, tun1
# same thing for multiple IP addresses:
@@ -45,10 +48,10 @@
# if your vim stores swap files in different directory and you want list
# file locking:
-#list_lock = /path/to/swaps/.${file}.swp
+#list_lock = /path/to/swaps/.$(file).swp
# list will be manipulated by some external app which creates .lock file
# in the same directory as list file:
-#list_lock = ${dir}/.lock
+#list_lock = $(dir)/.lock
# store unfinished files in "partial" directory
workdir = partial
@@ -64,3 +67,6 @@
# be verbose (useful for debugging):
#verbose = 2
+
+# save captcha images (useful for debugging):
+#captcha_save_results = 1
More information about the pld-cvs-commit
mailing list