From 58b2918ea4bd545ee137e71aa92f25b6d01e8d0c Mon Sep 17 00:00:00 2001 From: dami Date: Sat, 30 Aug 2025 14:19:18 +0800 Subject: [PATCH] Update config.json --- plugins/webstats/conf/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/webstats/conf/config.json b/plugins/webstats/conf/config.json index b897a91af..080561990 100644 --- a/plugins/webstats/conf/config.json +++ b/plugins/webstats/conf/config.json @@ -41,8 +41,8 @@ "192.168.1.1" ], "exclude_url":[], - "ip_top_num": 50, - "uri_top_num": 50, + "ip_top_num": 10, + "uri_top_num": 10, "statistics_machine_access": true, "statistics_ip": true, "statistics_uri": true,