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