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

[+][FCB] Track CPU starvation, chasing down the reason for bad performance on granular listeners

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