Skip to content

Commit f46908f

Browse files
pmackowskirobertroeser
authored andcommitted
readme zero copy section, should be reduce latency (#571)
Signed-off-by: pmackowski <[email protected]>
1 parent 8f24d6c commit f46908f

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
@@ -85,7 +85,7 @@ By default to make RSocket easier to use it copies the incoming Payload. Copying
8585
and latency. If you want to use zero copy you must disable this. To disable copying you must include a `frameDecoder`
8686
argument in your `RSocketFactory`. This will let you manage the Payload without copying the data from the underlying
8787
transport. You must free the Payload when you are done with them
88-
or you will get a memory leak. Used correctly this will increase latency and performance.
88+
or you will get a memory leak. Used correctly this will reduce latency and increase performance.
8989

9090
### Example Server setup
9191
```java

0 commit comments

Comments
 (0)