Skip to content

Switchable Analytics + batch file to remove __pycache__

Compare
Choose a tag to compare
@rdavydov rdavydov released this 21 Oct 10:24
· 459 commits to master since this release
d90be10

ENABLE_ANALYTICS.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 DISABLE_ANALYTICS.py.
  • To enable Analytics back - just create this file again. Or rename it back to ENABLE_ANALYTICS.py.

This file can be empty.

DELETE_PYCACHE.bat Windows batch file to remove __pycache__

Get rid of the old cache files faster, especially after new updates.

What's Changed

  • batch file to remove pycache + formatting: BETTER_FLAG than camelCase (best practices) by @rdavydov in #6