mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-08-23 21:16:15 +00:00
fixed default time
This commit is contained in:
@@ -17,7 +17,7 @@ var MQTTConfigDefaults = MQTTConfig{
|
||||
}
|
||||
|
||||
var CacheConfigDefaults = CacheConfig{
|
||||
Timeout: 2,
|
||||
Timeout: 2 + time.Minute,
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
|
||||
Reference in New Issue
Block a user