Skip to content

Commit c59f1dd

Browse files
improve formulations
Co-authored-by: Matouš Kučera <[email protected]>
1 parent 847aa08 commit c59f1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/velocity/admin/reference/system-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The default value shown may not be set for the property but will only be used by
8383
#### velocity.enable-iouring-transport
8484

8585
- **default**: `false`
86-
- **description**: By default, Velocity uses Netty's Epoll transport or fall back to Java's NIO if `velocity.disable-native-transport` is set to true, which will also override this property. If this property is set to true, Netty's io_uring support is used instead.
86+
- **description**: Enables Netty's io_uring transport when set to true. By default, Velocity only uses the Epoll (on Linux) and kqueue (on macOS) native transports. This property does not override the `velocity.disable-native-transport` property.
8787

8888
#### velocity.natives-disabled
8989

0 commit comments

Comments
 (0)