mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
9 lines
166 B
PHP
9 lines
166 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'version' => '1.7.4',
|
|
|
|
// Define size of chunk uploaded by MB. E.g. integer 128 means chunk size will be 128MB.
|
|
'chunk_size' => '128',
|
|
]; |