Skip to content

Commit

Permalink
Hm
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-meidell committed Oct 31, 2024
1 parent 49eafe9 commit 4b199f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class TaskConfig {
kontrollbehandlingProcessingTask: KontrollbehandlingProcessingTask,
godskrivOpptjeningProcessingTask: GodskrivOpptjeningProcessingTask
): ExecutorService {
return Executors.newVirtualThreadPerTaskExecutor().also { executor ->
return Executors.newFixedThreadPool(16).also { executor ->
repeat(0) { executor.submit(oppgaveProcessingTask) }
repeat(0) { executor.submit(brevProcessingTask) }
repeat(0) { executor.submit(persongrunnlagMeldingProcessingTask) }
Expand Down

0 comments on commit 4b199f4

Please sign in to comment.