Skip to content

Commit

Permalink
Kommenterte ut mergeDetector siden den trigger OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Oct 28, 2024
1 parent 3f2afb4 commit 94d911a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fun Routing.konfigurereHelse(
get("/internal/metrics") {
call.respond(prometheusMeterRegistry.scrape())
}
get("internal/mergeDetector") {
/*get("internal/mergeDetector") {
call.respondText(
mergeDetector
.findMerges(900)
Expand All @@ -32,5 +32,5 @@ fun Routing.konfigurereHelse(
.onLeft { mergeLogger.error("Error: ${it.system}:${it.code}", it.exception) }
.fold( { "Error: ${it.system}:${it.code}" }, { it } )
)
}
}*/
}

0 comments on commit 94d911a

Please sign in to comment.