Update telegraf.conf constant to 10 instead of 15
parent
c727ced04b
commit
029e3af719
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue