Skip to content

Commit 64cf783

Browse files
authored
Decrease max file size for uploads to 5MB (#134)
Reduce maximum file size limit from 10MB to 5MB.
1 parent a85fa00 commit 64cf783

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gallery/templates/view_dir.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ <h4 class="modal-title">Upload</h4>
252252
uploadMultiple: false,
253253
autoProcessQueue: false,
254254
parallelUploads: 3,
255-
maxFilesize: 10 * 1024,
255+
maxFilesize: 5 * 1024,
256256
chunking: true,
257257
forceChunking: true,
258258
chunkSize: 10 * 1024 * 1024,

0 commit comments

Comments
 (0)