Skip to content

Commit 4f46205

Browse files
chore: update the Velocity io_uring system property (#597)
* chore: reflect the iouring property changes * fix: update correct description * add not of the property possibly being overridden * improve formulations Co-authored-by: Matouš Kučera <mk@kcra.me> --------- Co-authored-by: Matouš Kučera <mk@kcra.me>
1 parent e0c0703 commit 4f46205

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ The default value shown may not be set for the property but will only be used by
8080
- **default**: `false`
8181
- **description**: Whether to disable Netty's native transport methods like the io_uring support and Epoll. If set to true, Velocity will use Java's NIO transport instead.
8282

83-
#### velocity.disable-iouring-transport
83+
#### velocity.enable-iouring-transport
8484

8585
- **default**: `false`
86-
- **description**: Whether to disable Netty's io_uring transport method. If set to true, Velocity will use Netty's Epoll transport instead. This setting is overridden if `velocity.disable-native-transport` is set to false.
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)