From a5632753080f11154700e968cfca1546fcf3ad5a Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sat, 20 Jan 2024 13:27:30 +1100 Subject: [PATCH] fix comment in env example --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index b66b6c770..04d078d3d 100644 --- a/.env.example +++ b/.env.example @@ -139,5 +139,5 @@ TWO_FACTOR_LOGIN_MAX_SECONDS=60 CSP_ADDITIONAL_HOSTS= # Increase if users are having trouble uploading BookWyrm export files. -# Default value is 2.5MB, this value is 100MB +# Default value is 100MB DATA_UPLOAD_MAX_MEMORY_SIZE=104857600 \ No newline at end of file