mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-29 14:14:29 +02:00
fix: Don't configure server
This commit is contained in:
parent
81ef4241de
commit
280dbc30f6
@ -25,11 +25,7 @@ internal object StartAPICommand : Runnable {
|
||||
private var port: Int = 8080
|
||||
|
||||
override fun run() {
|
||||
embeddedServer(Netty, port, host, configure = {
|
||||
connectionGroupSize = 1
|
||||
workerGroupSize = 1
|
||||
callGroupSize = 1
|
||||
}) {
|
||||
embeddedServer(Netty, port, host) {
|
||||
configureDependencies()
|
||||
configureHTTP()
|
||||
configureSerialization()
|
||||
|
Loading…
x
Reference in New Issue
Block a user