rename pollers to tasks

This commit is contained in:
Oliver Gorwits
2014-08-10 14:45:22 +01:00
parent 44b50f413f
commit a13ed25f6a
8 changed files with 31 additions and 15 deletions

View File

@@ -170,7 +170,7 @@ port_control_reasons:
# --------------
workers:
pollers: 'AUTO * 2'
tasks: 'AUTO * 2'
sleep_time: 1
queue: PostgreSQL

View File

@@ -64,11 +64,11 @@ discover_no_type:
- '(?i)phone'
- '(?i)(?:wap|wireless)'
# number of SNMP pollers to run in parallel (in netdisco-daemon).
# number of SNMP workers to run in parallel (in netdisco-daemon).
# the default is twice the number of CPU cores
# ```````````````````````````````````````````````````````````````
#workers:
# pollers: 'AUTO * 2'
# tasks: 'AUTO * 2'
# amount parallel DNS resolution for node names
# `````````````````````````````````````````````