enable_analytics
option in twitch_minerfile
toggles Analytics needed for the analytics()
method
Disabling Analytics significantly reduces memory consumption and saves some disk space by not creating and writing /analytics/*.json
.
Set this option to True
if you need Analytics. Otherwise set this option to False
(default value).
See example.py
. If no such option - defaults to False
.