Skip to content

Commit

Permalink
Add thread pool to sample application conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat committed Nov 10, 2020
1 parent 9f63ba6 commit 07f32b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions conf/application.sample
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,14 @@ misp {
# purpose = ImportAndExport
#} ## <-- Uncomment to complete the configuration
}

misp-thread-pool {
fork-join-executor {
# Min number of threads available for MISP synchronization
parallelism-min = 2
# Parallelism (threads) ... ceil(available processors * factor)
parallelism-factor = 2.0
# Max number of threads available for MISP synchronization
parallelism-max = 4
}
}

0 comments on commit 07f32b5

Please sign in to comment.