diff --git a/Netdisco/META.yml b/Netdisco/META.yml index 3a21c411..e99fcb64 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -77,4 +77,4 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: git://git.code.sf.net/p/netdisco/netdisco-ng -version: 2.024000 +version: 2.024001 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index e15d4e30..a2f15938 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -7,7 +7,7 @@ use 5.010_000; use File::ShareDir 'dist_dir'; use Path::Class; -our $VERSION = '2.024000'; +our $VERSION = '2.024001'; BEGIN { if (not ($ENV{DANCER_APPDIR} || '') diff --git a/Netdisco/lib/App/Netdisco/Manual/Configuration.pod b/Netdisco/lib/App/Netdisco/Manual/Configuration.pod index 1d89788f..1bda3475 100644 --- a/Netdisco/lib/App/Netdisco/Manual/Configuration.pod +++ b/Netdisco/lib/App/Netdisco/Manual/Configuration.pod @@ -650,7 +650,7 @@ of days will be removed. Value: Settings Tree. Default: dns: - max_outstanding: 10 + max_outstanding: 50 hosts_file: '/etc/hosts' no: ['fe80::/64','169.254.0.0/16'] @@ -787,7 +787,7 @@ Value: Settings Tree. Default: workers: interactives: 2 - pollers: 5 + pollers: 10 sleep_time: 2 Control the activity of the backend daemon with this configuration setting. diff --git a/Netdisco/share/config.yml b/Netdisco/share/config.yml index 1f9e5ba6..845bb168 100644 --- a/Netdisco/share/config.yml +++ b/Netdisco/share/config.yml @@ -168,7 +168,7 @@ workers: sleep_time: 2 dns: - max_outstanding: 10 + max_outstanding: 50 hosts_file: '/etc/hosts' no: ['fe80::/64','169.254.0.0/16']