Skip to content
Snippets Groups Projects
Commit 6148ce7e authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Documentation for counter on exceeding load-limits

parent 7dd9cbb7
Branches
No related tags found
No related merge requests found
...@@ -66,6 +66,9 @@ namespace ATxService ...@@ -66,6 +66,9 @@ namespace ATxService
/// </summary> /// </summary>
private int _waitCyclesBeforeNextTx; private int _waitCyclesBeforeNextTx;
/// <summary>
/// Counter on how many load monitoring properties are currently exceeding their limit(s).
/// </summary>
private int _exceedingLoadLimit = 0; private int _exceedingLoadLimit = 0;
private DateTime _lastUserDirCheck = DateTime.MinValue; private DateTime _lastUserDirCheck = DateTime.MinValue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment