Stefan Brach

Results 1 comments of Stefan Brach

I'm not 100% sure I understand the question, but one might be able to disable the threads by calling setStatsEnabled(false) on the default MetricsDatastore objects. ```kotlin listOf( MethodsConfig.DEFAULT_SINGLETON.metricsDatastore, AuditConfig.DEFAULT_SINGLETON.metricsDatastore, SCIMConfig.DEFAULT_SINGLETON.metricsDatastore,...