Skip to content
Snippets Groups Projects
Commit b26de404 authored by Trile Ro's avatar Trile Ro
Browse files

[FMB] Detect CPU starvation

parent 3d73147f
Branches
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@ object Main extends IOApp.Simple {
private val logger: Logger[IO] = Slf4jLogger.getLogger[IO]
private val configuration: Configuration = TrileIoC.Configuration.configuration
override protected def blockedThreadDetectionEnabled: Boolean = true
private val logConfigurationProgram: IO[Unit] = {
CirceCodecs.Encoders
.Configuration(configuration)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment