mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 13:31:32 +00:00
DevUpdateServer: Change HTTP server stop delay to one second.
This commit is contained in:
@ -104,7 +104,7 @@ class DevUpdateServer(val plugin: FoundationCorePlugin) {
|
||||
}
|
||||
|
||||
fun disable() {
|
||||
server?.stop(0)
|
||||
server?.stop(1)
|
||||
}
|
||||
|
||||
private fun HttpExchange.respond(code: Int, content: String) {
|
||||
|
Reference in New Issue
Block a user