added basic statsd cnfiguration options in sample file #139

This commit is contained in:
javi
2014-02-12 15:33:41 +01:00
parent 01feeae6f4
commit c421ea6bfc

View File

@@ -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,