fixed file preview in single shared file

This commit is contained in:
Peter Papp
2021-03-12 14:59:47 +01:00
parent 92e02d8b57
commit db57bde4fc
6 changed files with 8 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
return [
'version' => '1.8.2.1',
'version' => '1.8.2.2',
// Define size of chunk uploaded by MB. E.g. integer 128 means chunk size will be 128MB.
'chunk_size' => env('CHUNK_SIZE', '128'),