Updated zip_compress docblock verbiage

This commit is contained in:
Chris Kankiewicz
2024-07-10 15:55:52 -07:00
parent cb3e3a3781
commit 85b24a8f86

View File

@@ -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
*/