diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-04-03 08:17:58 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-04-03 08:17:58 +0000 |
commit | 892e46368b5440974fd2700dcfd6b5697c636f3b (patch) | |
tree | 294f531b196141c6331cf5547cdafd517863a0b8 /core | |
parent | f1cb43430bc84aaa2bcf7bfc99d1ef9dd0138e78 (diff) |
Set the queue limit to 1000.
Diffstat (limited to 'core')
-rw-r--r-- | core/views/simple_uploader.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/simple_uploader.html.php b/core/views/simple_uploader.html.php index 16ca0d0b..604e3a5b 100644 --- a/core/views/simple_uploader.html.php +++ b/core/views/simple_uploader.html.php @@ -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, |