From 0bac99a0f1b0cf3e2d1390dae066fdbae63b9bf3 Mon Sep 17 00:00:00 2001 From: rdavydov <15850461+rdavydov@users.noreply.github.com> Date: Thu, 20 Oct 2022 11:29:23 +0300 Subject: [PATCH] remove or rename to disable Analytics --- enableAnalytics.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 enableAnalytics.py diff --git a/enableAnalytics.py b/enableAnalytics.py new file mode 100644 index 0000000..2283d99 --- /dev/null +++ b/enableAnalytics.py @@ -0,0 +1,4 @@ +# Significantly reduces memory consumption and saves some disk space. +# Remove this file if you don't need Analytics. Or rename it to something different, like "disableAnalytics.py". +# To enable Analytics back - just create this file again. Or rename it back to "enableAnalytics.py". +# This file can be empty. \ No newline at end of file