mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-06 02:33:48 +00:00
10 lines
192 B
PHP
10 lines
192 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'version' => '1.8-rc.2',
|
|
|
|
// Define size of chunk uploaded by MB. E.g. integer 128 means chunk size will be 128MB.
|
|
'chunk_size' => env('CHUNK_SIZE', '128'),
|
|
];
|