Skip to content

Switchable Analytics

Compare
Choose a tag to compare
@rdavydov rdavydov released this 20 Oct 09:44
· 462 commits to master since this release
36258cc

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