Skip to content

Commit

Permalink
Improve docs on blobBufferSize
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Sep 26, 2023
1 parent 0dab429 commit 0afe855
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ Should be used on the systems where default socket buffer provided by JVM is not
a|`blobBufferSize` +
`blob_buffer_size`
|Jaybird specific property.
Tells the driver the size of the buffer that is used to transfer BLOB content.
It is recommended to keep the value equal to `n * <database page size>` (and preferably also socket buffer size).
Size of the buffer used to transfer BLOB content.
Specifying a size greater than 65535 may result in additional server roundtrips per read, but may also waste memory for larger buffers than used in some cases.

a|`soTimeout`
|Jaybird specific property.
Expand Down

0 comments on commit 0afe855

Please sign in to comment.