Skip to content

Commit

Permalink
Bugfix canCollect statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
MyHomeMyData committed Jan 2, 2024
1 parent ef39bc9 commit 448b997
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/canCollect.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ class collect {
cntCommTimeout : 0, // Number of timeouts
cntCommBadProt : 0, // Number of bad communications
cntTooBusy : 0, // Number of conflicting calls of msgCollect()
nextTs : 0, // Timestamp for next storage (earliest)
tsMinStep : 5000 // Minimum time step between storages
};
}

Expand Down

0 comments on commit 448b997

Please sign in to comment.