mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-11 22:06:19 +00:00
fix: Don't configure server
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user