Disable stats reporting by default on new installs

since we don't have a stats server at the moment, this simply causes long delays on server stop while the server instance attempts to communicate with stats.pocketmine.net.
This commit is contained in:
Dylan K. Taylor 2017-11-04 18:41:18 +00:00
parent a66a757f56
commit e84ab8fec2

View File

@ -160,7 +160,7 @@ auto-report:
anonymous-statistics:
#Sends anonymous statistics for data aggregation, plugin usage tracking
enabled: true
enabled: false #TODO: re-enable this when we have a new stats host
host: stats.pocketmine.net
auto-updater: