mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-10 21:45:35 +00:00
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:
parent
a66a757f56
commit
e84ab8fec2
@ -160,7 +160,7 @@ auto-report:
|
|||||||
|
|
||||||
anonymous-statistics:
|
anonymous-statistics:
|
||||||
#Sends anonymous statistics for data aggregation, plugin usage tracking
|
#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
|
host: stats.pocketmine.net
|
||||||
|
|
||||||
auto-updater:
|
auto-updater:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user