Skip to content

Commit

Permalink
Merge pull request #1632 from Maddosaurus/update-sample-conf
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Nov 19, 2020
2 parents dd9c1d9 + 07f32b5 commit 1ae206a
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 1ae206a

Please sign in to comment.