From 85b24a8f86d113f67041592153dac0eb3c96e6a1 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Wed, 10 Jul 2024 15:55:52 -0700 Subject: [PATCH] Updated zip_compress docblock verbiage --- app/config/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/app.php b/app/config/app.php index fe05bf9..aa8ca79 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -68,8 +68,8 @@ return [ 'zip_downloads' => env('ZIP_DOWNLOADS', true), /** - * Compress Zip using Deflate. The main drawback of enabling this option is that - * the file size cannot be estimated, and it can also prevent the resuming of the download. + * Compress Zip using Deflate. Enabling this option prevents file size + * estimation and it may prevent zip download resuming when paused. * * Default value: false */