diff options
author | Rob Austein <sra@hactrn.net> | 2013-06-11 17:20:34 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-06-11 17:20:34 +0000 |
commit | 4ec86380a8991a3ed3d0bb690d750b0768a582da (patch) | |
tree | b78768fc607bab3878fab98e2c0db5dbbad77a55 | |
parent | 2ec52f3596045ead37e671d7fa3c656e8ee22bff (diff) |
Add mild degree of parallelism to default rcynic configuration.
svn path=/trunk/; revision=5391
-rw-r--r-- | rcynic/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rcynic/Makefile.in b/rcynic/Makefile.in index 2ba678d4..e28d2df8 100644 --- a/rcynic/Makefile.in +++ b/rcynic/Makefile.in @@ -171,6 +171,7 @@ ${RCYNIC_CONF_FILE}: @echo >>$@.tmp 'unauthenticated = ${RCYNIC_CONF_DATA}/unauthenticated' @echo >>$@.tmp 'xml-summary = ${RCYNIC_CONF_DATA}/rcynic.xml' @echo >>$@.tmp 'jitter = 600' + @echo >>$@.tmp 'max-parallel-fetches = 8' @echo >>$@.tmp 'use-syslog = true' @echo >>$@.tmp 'log-level = log_usage_err' @echo >>$@.tmp 'trust-anchor-directory = ${RCYNIC_CONF_TA_DIR}' |