mirror of
https://github.com/thingsboard/thingsboard-gateway
synced 2025-10-26 22:31:42 +08:00
Changed default statistics sending period
This commit is contained in:
parent
2f48e3ec26
commit
4dbb58116e
|
|
@ -6,7 +6,7 @@
|
|||
"remoteConfiguration": true,
|
||||
"statistics": {
|
||||
"enable": true,
|
||||
"statsSendPeriodInSeconds": 3600
|
||||
"statsSendPeriodInSeconds": 600
|
||||
},
|
||||
"deviceFiltering": {
|
||||
"enable": false,
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ DEFAULT_CONNECTORS = {
|
|||
|
||||
DEFAULT_STATISTIC = {
|
||||
'enable': True,
|
||||
'statsSendPeriodInSeconds': 3600
|
||||
'statsSendPeriodInSeconds': 600
|
||||
}
|
||||
|
||||
DEFAULT_DEVICE_FILTER = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user