Skip to content

Commit

Permalink
Merge pull request #113 from MaxKellermann/no_log_interval
Browse files Browse the repository at this point in the history
tracker/AttributesCollector: disable LOG_INTERVAL
  • Loading branch information
bailuk authored May 9, 2021
2 parents 83d8c2f + 628191d commit d46c217
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import ch.bailu.aat.services.sensor.attributes.StepCounterAttributes;

public final class AttributesCollector {
private final static long LOG_INTERVAL = 3 * 1000;
private final static long LOG_INTERVAL = 0;
private final static long SHORT_TIMEOUT = 2 * 1000;
private final static long LONG_TIMEOUT = 10 * 1000;

Expand Down

0 comments on commit d46c217

Please sign in to comment.