release 2.024001
also increase dns outstanding to 50
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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} || '')
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user