mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-29 22:24:31 +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
|
private var port: Int = 8080
|
||||||
|
|
||||||
override fun run() {
|
override fun run() {
|
||||||
embeddedServer(Netty, port, host, configure = {
|
embeddedServer(Netty, port, host) {
|
||||||
connectionGroupSize = 1
|
|
||||||
workerGroupSize = 1
|
|
||||||
callGroupSize = 1
|
|
||||||
}) {
|
|
||||||
configureDependencies()
|
configureDependencies()
|
||||||
configureHTTP()
|
configureHTTP()
|
||||||
configureSerialization()
|
configureSerialization()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user