enableAnalytics.py
file in the main directory toggles Analytics
Disabling Analytics significantly reduces memory consumption and saves some disk space by not creating and writing /analytics/*.json
.
- 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.
Fixes #2
What's Changed
Full Changelog: 1.2...1.3