diff --git a/src/UniversalDashboard/Execution/ScheduledEndpointManager.cs b/src/UniversalDashboard/Execution/ScheduledEndpointManager.cs index 257ed76c..fc9eab14 100644 --- a/src/UniversalDashboard/Execution/ScheduledEndpointManager.cs +++ b/src/UniversalDashboard/Execution/ScheduledEndpointManager.cs @@ -30,7 +30,8 @@ public async Task StartAsync(CancellationToken cancellationToken) var props = new NameValueCollection { - { "quartz.serializer.type", "binary" } + { "quartz.serializer.type", "binary" }, + { "quartz.threadPool.threadCount", "100" } }; var factory = new StdSchedulerFactory(props);