Merge pull request #13391 from grafana/provisioning-interval

provisioning: changed update interval default 3 to 10 seconds
This commit is contained in:
Carl Bergquist
2018-09-25 22:43:34 +02:00
committed by GitHub
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ providers:
folder: ''
type: file
disableDeletion: false
updateIntervalSeconds: 3 #how often Grafana will scan for changed dashboards
updateIntervalSeconds: 10 #how often Grafana will scan for changed dashboards
options:
path: /var/lib/grafana/dashboards
```