Skip to content
Snippets Groups Projects
Commit 40fc8b8d authored by Florian Fittkau's avatar Florian Fittkau
Browse files

minor

parent 8216dc9f
No related branches found
No related tags found
No related merge requests found
......@@ -40,9 +40,9 @@ public final class CountingThroughputFilter implements
public void periodicTimeSignal(final long timestamp) {
final int count = currentCountForCurrentInterval.getAndSet(0);
// if (count == 0) {
// return;
// }
if (count == 0) {
return;
}
//
// final double countK = count / 1000d;
// final double countM = countK / 1000d;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment