Skip to content

Commit a14a8ad

Browse files
committed
add version note for maxThreads
1 parent de2de74 commit a14a8ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_articles/info/api/WebTwain_IO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3832,7 +3832,7 @@ saveToLocalStorage(
38323832

38333833
- `uid`: Specify the storage folder to save the images cache.
38343834
- `password`: The password of the specified storage folder.
3835-
- `maxThreads`: The maximum number of threads used for saving. You can set this to improve the speed. The default value is 1.
3835+
- `maxThreads`: The maximum number of threads used for saving. You can set this to improve the speed. The default value is 1. Available for v19.4+.
38363836
- `indices`: Specify the indices to save.
38373837
- If not set, means all images in buffer.
38383838
- If set to `[]`, all cache in the specified storage folder will be clear.
@@ -3900,7 +3900,7 @@ loadFromLocalStorage (
39003900

39013901
- `uid`: Specify the storage folder to load the images.
39023902
- `password`: The password of the specified storage folder.
3903-
- `maxThreads`: The maximum number of threads used for loading. You can set this to improve the speed. The default value is 1.
3903+
- `maxThreads`: The maximum number of threads used for loading. You can set this to improve the speed. The default value is 1. Available for v19.4+.
39043904

39053905
**Return value**
39063906

0 commit comments

Comments
 (0)