config file: add missing variable example

The variable threads was not shown in the default configuration file
and this is really needed to optimize the system easily.
remotes/origin/master-1.1.x
Eric Leblond 14 years ago committed by Victor Julien
parent a2b37e7487
commit fb6494abc1

@ -229,6 +229,9 @@ threading:
- detect_cpu_set:
cpu: [ "all" ]
mode: "exclusive" # run detect threads in these cpus
# Use explicitely 3 threads and don't compute number by using
# detect_thread_ratio variable:
# threads: 3
prio:
low: [ 0 ]
medium: [ "1-2" ]

Loading…
Cancel
Save