updated Netty version

This commit is contained in:
2025-01-10 22:02:11 +08:00
parent d701157b06
commit d2c00402df
9 changed files with 109 additions and 61 deletions
@@ -32,7 +32,7 @@ object Parser {
val serverPath = root.getAttribute("path")
val useVirtualThread = root.getAttribute("useVirtualThreads")
.takeIf(String::isNotEmpty)
?.let(String::toBoolean) ?: false
?.let(String::toBoolean) ?: true
var authentication: Authentication? = null
for (child in root.asIterable()) {
when (child.localName) {