From 5f96c44edf0447a4f716f98e8dde7b3e45a827b5 Mon Sep 17 00:00:00 2001 From: Gregory Soutade Date: Sat, 11 Mar 2023 20:40:31 +0100 Subject: [PATCH] Set count_hit_only_visitors to False by default --- default_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default_conf.py b/default_conf.py index 579e7a3..33efee2 100644 --- a/default_conf.py +++ b/default_conf.py @@ -39,7 +39,7 @@ pages_extensions = ['/', 'htm', 'html', 'xhtml', 'py', 'pl', 'rb', 'php'] viewed_http_codes = [200, 304] # If False, doesn't cout visitors that doesn't GET a page but resources only (images, rss...) -count_hit_only_visitors = True +count_hit_only_visitors = False # Multimedia extensions (not accounted as downloaded files) multimedia_files = ['png', 'jpg', 'jpeg', 'gif', 'ico', 'svg',