It is "cacheDns", not "dnsCache"

See https://github.com/sivy/node-statsd/issues/38
This commit is contained in:
Sandro Santilli 2014-03-04 17:37:19 +01:00
parent bd9a21b805
commit dbae0eeb31
5 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ Enhancements:
- Do not log an error on GET / (#177)
- Do not UNWATCH on every redis client release (#161)
- Include API docs (#164)
- Add "dnsCache" statsd setting in the example configs
- Add "cacheDns" statsd setting in the example configs
Bug fixes:

View File

@ -65,7 +65,7 @@ var config = {
host: 'localhost',
port: 8125,
prefix: 'dev.',
dnsCache: true
cacheDns: true
// support all allowed node-statsd options
}
,renderer: {

View File

@ -59,7 +59,7 @@ var config = {
host: 'localhost',
port: 8125,
prefix: ':host.', // could be hostname, better not containing dots
dnsCache: true
cacheDns: true
// support all allowed node-statsd options
}
,renderer: {

View File

@ -59,7 +59,7 @@ var config = {
host: 'localhost',
port: 8125,
prefix: 'stage.:host.',
dnsCache: true
cacheDns: true
// support all allowed node-statsd options
}
,renderer: {

View File

@ -59,7 +59,7 @@ var config = {
host: 'localhost',
port: 8125,
prefix: 'test.:host.',
dnsCache: true
cacheDns: true
// support all allowed node-statsd options
}
,renderer: {