File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ Supported options are follow:
160
160
8 . ` directWriteFactor ` is used as a factor to calculate a threshold whether
161
161
request will be accommodated in the shared buffer. If the request size exceeds
162
162
` directWriteFactor * sharedBufferSize ` request is sent directly.
163
- Defualt value is ` 0.5 ` .
163
+ Default value is ` 0.5 ` .
164
164
9 . ` writeTimeoutMillis ` sets the max time in ms to perform writing and send the bytes.
165
165
Default value is 60 * 1000 (1 minute).
166
166
10 . ` useNewCall ` configures whether client has to use new * CALL* request signature or old
@@ -254,7 +254,7 @@ stmt.addBatch();
254
254
int [] updateCounts = stmt. executeBatch();
255
255
```
256
256
257
- The connector uses a pipeliing when it performs a batch request. It means
257
+ The connector uses a pipelining when it performs a batch request. It means
258
258
each query is asynchronously sent one-by-one in order they were specified
259
259
in the batch.
260
260
You can’t perform that action at this time.
0 commit comments