Skip to content

Commit eaaf40d

Browse files
committed
docs(thumbnails): maxCount refers to any generated previews (not just client-side)
fixes FineUploader#1397 [skip ci]
1 parent a02fddc commit eaaf40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/options-ui.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ options for `retry`""", "info", "Note:") }}
108108

109109
{{ api_parent_option("thumbnails", "thumbnails", "",
110110
(
111-
("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",),
111+
("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",),
112112
("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",),
113113
)
114114
)}}

0 commit comments

Comments
 (0)