added basic statsd cnfiguration options in sample file #139
This commit is contained in:
@@ -48,6 +48,11 @@ var config = {
|
||||
max_size: 500
|
||||
}
|
||||
,mapnik_version: undefined
|
||||
,statsd: {
|
||||
host: 'localhost',
|
||||
port: 8125
|
||||
// support all allowed node-statsd options
|
||||
}
|
||||
,renderer: {
|
||||
// Milliseconds since last access before renderer cache item expires
|
||||
cache_ttl: 60000,
|
||||
|
||||
Reference in New Issue
Block a user