Skip to content

Commit 1469093

Browse files
committed
Merge branch 'master' of github.com:embulk/embulk-input-s3
2 parents 01cd9a6 + 60274a5 commit 1469093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
5858
* **total_file_count_limit**: maximum number of files to read (integer, optional)
5959
60-
* **min_task_size** (experimental): minimum size of a task. If this is larger than 0, one task includes multiple input files. This is useful if too many number of tasks impacts performance of output or executor plugins badly. (integer, optional)
60+
* **min_task_size** (experimental): minimum bytesize of a task. If this is larger than 0, one task includes multiple input files up until it becomes the bytesize in total. This is useful if too many number of tasks impacts performance of output or executor plugins badly. (integer, optional)
6161
6262
## Example
6363

0 commit comments

Comments
 (0)