ahem, apparently limiter wants an int

This commit is contained in:
Nathan Haneysmith 2016-08-25 17:56:33 -07:00 committed by Jack Zampolin
parent 180773ecb7
commit e9c418b5f8
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ type (
Namespace string `toml:"namespace"`
Metrics []*Metric `toml:"metrics"`
CacheTTL internal.Duration `toml:"cache_ttl"`
RateLimit string `toml:"ratelimit"`
RateLimit int `toml:"ratelimit"`
client cloudwatchClient
metricCache *MetricCache
}