diff --git a/gallery/templates/view_dir.html b/gallery/templates/view_dir.html index 127cf04..331702c 100644 --- a/gallery/templates/view_dir.html +++ b/gallery/templates/view_dir.html @@ -252,7 +252,7 @@ uploadMultiple: false, autoProcessQueue: false, parallelUploads: 3, - maxFilesize: 10 * 1024, + maxFilesize: 5 * 1024, chunking: true, forceChunking: true, chunkSize: 10 * 1024 * 1024,