1
0
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:
samson0v 2024-07-18 13:57:57 +03:00
parent 2f48e3ec26
commit 4dbb58116e
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"remoteConfiguration": true,
"statistics": {
"enable": true,
"statsSendPeriodInSeconds": 3600
"statsSendPeriodInSeconds": 600
},
"deviceFiltering": {
"enable": false,

View File

@ -88,7 +88,7 @@ DEFAULT_CONNECTORS = {
DEFAULT_STATISTIC = {
'enable': True,
'statsSendPeriodInSeconds': 3600
'statsSendPeriodInSeconds': 600
}
DEFAULT_DEVICE_FILTER = {