Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
docs(thumbnails): maxCount refers to any generated previews (not just…
Browse files Browse the repository at this point in the history
… client-side)

fixes #1397
[skip ci]
  • Loading branch information
rnicholus committed Apr 14, 2015
1 parent a02fddc commit eaaf40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/options-ui.jmd
Expand Up @@ -108,7 +108,7 @@ options for `retry`""", "info", "Note:") }}

{{ api_parent_option("thumbnails", "thumbnails", "",
(
("thumbnails.maxCount", "maxCount", "Maximum number of client-side generated previews to render per Fine Uploader instance. A call to the reset method resets this value as well.", "Integer", "0",),
("thumbnails.maxCount", "maxCount", "Maximum number of previews to render per Fine Uploader instance. A call to the reset method resets this value as well.", "Integer", "0",),
("thumbnails.timeBetweenThumbs", "timeBetweenThumbs", "The amount of time, in milliseconds, to pause between each preview generation process. This is in place to prevent the UI thread from locking up for a continuously long period of time, as preview generation can be a resource-intensive process.", "Integer", "750",),
)
)}}
Expand Down

0 comments on commit eaaf40d

Please sign in to comment.