Skip to content

Commit 6831029

Browse files
committed
Add details about buffer_overflow_method
Signed-off-by: Kenji Okimoto <[email protected]>
1 parent 147f15e commit 6831029

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,16 @@ Default value: `512000`.
122122

123123
The method if overflow buffer
124124

125-
Available values: ignore, truncate, drop, new
125+
Available values: `ignore`, `truncate`, `drop`, `new`
126+
127+
* `ignore`
128+
* Concatenate the current record in the buffer
129+
* `truncate`
130+
* Drop the current record and flush the buffer
131+
* `drop`
132+
* Drop the current record and clear the buffer
133+
* `new`
134+
* Flush the buffer and store the current record in next buffer
126135

127136
Default value: `ignore`.
128137

0 commit comments

Comments
 (0)