You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/velocity/admin/reference/system-properties.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,12 @@ The default value shown may not be set for the property but will only be used by
79
79
#### velocity.disable-native-transport
80
80
81
81
-**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.
0 commit comments