From 09a35ddd6973ae31086ca96b1455e379e73198a8 Mon Sep 17 00:00:00 2001 From: Sasha Sherstnev Date: Mon, 30 Sep 2013 14:31:08 +0100 Subject: [PATCH] Swtich off GA by default --- conf/GA.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/GA.properties b/conf/GA.properties index 526a654..5f590be 100644 --- a/conf/GA.properties +++ b/conf/GA.properties @@ -12,7 +12,7 @@ # overhead. Thus they do not influence the server response time or performance. # Values yes or true = enable GA, any other value will disable it -enable.ga=yes +enable.ga=no # If set to yes replaces your server name/IP address with 127.0.0.1 anonymize.ip=no -- 1.7.10.2