Skip to content

Commit ce9fc32

Browse files
committed
Merge branch 'main' of github.com:DENICeG/dscexporter
2 parents e877f13 + e16c6bf commit ce9fc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/goccy/go-yaml"
1010
)
1111

12-
const DefaultInterval = 15 * time.Second
12+
const DefaultInterval = 5 * time.Second
1313
const DefaultDataDir = "/data/exporter_dsc"
1414
const DefaultRemoveReadFiles = false
1515
const DefaultPrometheusPort = 2112

0 commit comments

Comments
 (0)