release 2.024001

also increase dns outstanding to 50
This commit is contained in:
Oliver Gorwits
2014-02-25 22:37:13 +00:00
parent 97b593aeee
commit 49d8c67f9e
4 changed files with 5 additions and 5 deletions

View File

@@ -77,4 +77,4 @@ resources:
homepage: http://netdisco.org/ homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php license: http://opensource.org/licenses/bsd-license.php
repository: git://git.code.sf.net/p/netdisco/netdisco-ng repository: git://git.code.sf.net/p/netdisco/netdisco-ng
version: 2.024000 version: 2.024001

View File

@@ -7,7 +7,7 @@ use 5.010_000;
use File::ShareDir 'dist_dir'; use File::ShareDir 'dist_dir';
use Path::Class; use Path::Class;
our $VERSION = '2.024000'; our $VERSION = '2.024001';
BEGIN { BEGIN {
if (not ($ENV{DANCER_APPDIR} || '') if (not ($ENV{DANCER_APPDIR} || '')

View File

@@ -650,7 +650,7 @@ of days will be removed.
Value: Settings Tree. Default: Value: Settings Tree. Default:
dns: dns:
max_outstanding: 10 max_outstanding: 50
hosts_file: '/etc/hosts' hosts_file: '/etc/hosts'
no: ['fe80::/64','169.254.0.0/16'] no: ['fe80::/64','169.254.0.0/16']
@@ -787,7 +787,7 @@ Value: Settings Tree. Default:
workers: workers:
interactives: 2 interactives: 2
pollers: 5 pollers: 10
sleep_time: 2 sleep_time: 2
Control the activity of the backend daemon with this configuration setting. Control the activity of the backend daemon with this configuration setting.

View File

@@ -168,7 +168,7 @@ workers:
sleep_time: 2 sleep_time: 2
dns: dns:
max_outstanding: 10 max_outstanding: 50
hosts_file: '/etc/hosts' hosts_file: '/etc/hosts'
no: ['fe80::/64','169.254.0.0/16'] no: ['fe80::/64','169.254.0.0/16']