File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -617,14 +617,14 @@ indexer-dispatcher {
617
617
# Dispatcher is the name of the event-based dispatcher
618
618
type = Dispatcher
619
619
# What kind of ExecutionService to use
620
- executor = "fork-join -executor"
621
- # Configuration for the fork join pool
622
- fork-join -executor {
623
- # Min number of threads to cap factor-based parallelism number to
624
- parallelism -min = 1
625
- # Parallelism ( threads) ... ceil(available processors * factor)
626
- parallelism -factor = 1.0
627
- # Max number of threads to cap factor-based parallelism number to
628
- parallelism- max = 4
620
+ executor = "thread-pool -executor"
621
+ # Configuration for the thread pool
622
+ thread-pool -executor {
623
+ # minimum number of threads to cap factor-based core number to
624
+ core-pool-size -min = 1
625
+ # No of core threads ... ceil(available processors * factor)
626
+ core-pool-size -factor = 1.0
627
+ # maximum number of threads to cap factor-based number to
628
+ core-pool-size- max = 3
629
629
}
630
630
}
You can’t perform that action at this time.
0 commit comments