From 1b0df6d72c242f18c4028134b599a31153bcc761 Mon Sep 17 00:00:00 2001 From: Frederic Marchal Date: Tue, 10 Nov 2015 18:44:11 +0100 Subject: [PATCH] Update the default limits in sarg.conf There were a few mistakes in the documentation of the user_report_limit and download_report_limit. Thanks to Evgeniy Yakushev for reporting this error. --- sarg.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sarg.conf b/sarg.conf index 6aac70c..c579bea 100644 --- a/sarg.conf +++ b/sarg.conf @@ -692,8 +692,8 @@ #siteusers_report_limit 0 #squidguard_report_limit 10 #dansguardian_report_limit 10 -#user_report_limit 10 -#user_report_limit 50 +#user_report_limit 0 +#download_report_limit 50 # TAG: www_document_root dir # Where is your Web DocumentRoot -- 2.47.3