Lazy loading (#41)

* lazy-loading and solved bugs

* lazy-loading for pull request on master

* Update vuefilemanager.php

Co-authored-by: Peter Papp <peterpapp@makingcg.com>
This commit is contained in:
Miloš Holba
2020-10-24 09:40:05 +02:00
committed by GitHub
parent 12d6b0bf57
commit fd6aa5c6b2
72 changed files with 166 additions and 131 deletions

View File

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