mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 14:55:18 -04:00
Set the queue limit to 1000.
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
file_size_limit : "100 MB",
|
||||
file_types : "*.gif;*.jpg;*.png;*.flv;*.mp4",
|
||||
file_types_description : "<?= t("Photos and Movies") ?>",
|
||||
file_upload_limit : 100,
|
||||
file_upload_limit : 1000,
|
||||
file_queue_limit : 0,
|
||||
custom_settings : { },
|
||||
debug: false,
|
||||
|
||||
Reference in New Issue
Block a user