Skip to content

Commit 9392133

Browse files
Gennady163samTotktonada
authored andcommitted
readme: fix typos
1 parent b1e4b59 commit 9392133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Supported options are follow:
160160
8. `directWriteFactor` is used as a factor to calculate a threshold whether
161161
request will be accommodated in the shared buffer. If the request size exceeds
162162
`directWriteFactor * sharedBufferSize` request is sent directly.
163-
Defualt value is `0.5`.
163+
Default value is `0.5`.
164164
9. `writeTimeoutMillis` sets the max time in ms to perform writing and send the bytes.
165165
Default value is 60 * 1000 (1 minute).
166166
10. `useNewCall` configures whether client has to use new *CALL* request signature or old
@@ -254,7 +254,7 @@ stmt.addBatch();
254254
int[] updateCounts = stmt.executeBatch();
255255
```
256256

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
258258
each query is asynchronously sent one-by-one in order they were specified
259259
in the batch.
260260

0 commit comments

Comments
 (0)