Update telegraf.conf constant to 10 instead of 15

pull/10616/head
Palak Bhojani 2019-01-03 13:32:35 -08:00
parent c727ced04b
commit 029e3af719
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import {TelegrafPluginOutputInfluxDBV2} from 'src/api'
type GetState = () => AppState
const DEFAULT_COLLECTION_INTERVAL = 15
const DEFAULT_COLLECTION_INTERVAL = 10
export type Action =
| SetDataLoadersType