Fixed streaming video/mp3 on safari browsers with using local disk

This commit is contained in:
Peter Papp
2021-02-01 16:37:40 +01:00
parent 3adf57a6b1
commit 6e3adcd459
2 changed files with 8 additions and 8 deletions

View File

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