added chunk size edit to the admin

This commit is contained in:
Čarodej
2022-03-31 10:41:50 +02:00
parent ab042cc4b3
commit ef9f654834
7 changed files with 28 additions and 16 deletions
-4
View File
@@ -9,10 +9,6 @@ return [
'is_setup_wizard_debug' => env('IS_SETUP_WIZARD_DEBUG', false),
'is_admin_vuefilemanager_bar' => env('IS_ADMIN_VUEFILEMANAGER_BAR', true),
// Define size of chunk uploaded by MB.
// E.g. integer 128 means chunk size will be 128 MB.
'chunk_size' => env('CHUNK_SIZE', '128'),
'colors' => [
'#9ad2bf',
'#9ad2cd',