Skip to content

Commit bf44be7

Browse files
authored
chore: update Velocity's system properties (#561)
1 parent 84e7191 commit bf44be7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,12 @@ The default value shown may not be set for the property but will only be used by
7979
#### velocity.disable-native-transport
8080

8181
- **default**: `false`
82-
- **description**: Whether to disable Netty's native transport methods like Epoll. If set to true, Velocity will use Java's NIO transport instead.
82+
- **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.
83+
84+
#### velocity.disable-iouring-transport
85+
86+
- **default**: `false`
87+
- **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.
8388

8489
#### velocity.natives-disabled
8590

0 commit comments

Comments
 (0)