Compare commits
3
Commits
7cb01b85f0
...
updatev2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47f36e3ff9 | ||
|
|
75bb48d00e | ||
|
|
11834de220 |
@@ -116,7 +116,7 @@ public enum TransportType {
|
||||
return NIO;
|
||||
}
|
||||
|
||||
if (IoUring.isAvailable() && Boolean.getBoolean("velocity.enable-iouring-transport")) {
|
||||
if (IoUring.isAvailable() && !Boolean.getBoolean("velocity.disable-iouring-transport")) {
|
||||
return IO_URING;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user