From 427e7e20db72cfd28962db88bfc0744f24c12a5e Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Wed, 5 Jan 2022 17:00:41 +0100 Subject: [PATCH] fix: no stats by default --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 0d8d23a..7d19931 100644 --- a/.env.sample +++ b/.env.sample @@ -108,7 +108,7 @@ FORCE_HTTPS=true # Have the installation check for updates by sending anonymized statistics to # the maintainers -ENABLE_UPDATES=true +ENABLE_UPDATES=false # How many processes should be spawned. As a reasonable rule divide your servers # available memory by 512 for a rough estimate