- timeout changed in ContextMenu.vue

This commit is contained in:
Peter Papp
2020-12-12 10:38:25 +01:00
parent c7abcce729
commit 94088e76ec
5 changed files with 6 additions and 7 deletions

View File

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