We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be0a9c commit 73f7643Copy full SHA for 73f7643
src/DBMDataRef/DBMDataRef.vb
@@ -290,8 +290,8 @@ Namespace Vitens.DynamicBandwidthMonitor
290
291
If annotation IsNot Nothing Then ' Value
292
293
- While _annotations.Count >= MaxAnnotationsSize ' Limit dictionary size by removing oldest
294
- _annotations.Remove(_annotations.Keys.First())
+ While _annotations.Count >= MaxAnnotationsSize ' Limit size
+ _annotations.Remove(_annotations.Keys.First()) ' Remove oldest
295
End While
296
297
DBM.Logger.LogDebug(
0 commit comments