Skip to content

Commit

Permalink
Restore threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
grafnu committed Oct 1, 2024
1 parent 98032d7 commit c122de2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public class ReportingDevice {

private static final char DETAIL_REPLACE_CHAR = ',';
private static final long THRESHOLD_SEC = 10;
private static final long THRESHOLD_SEC = 60 * 60;
private static final String CATEGORY_MISSING_MESSAGE
= "instance failed to match exactly one schema (matched 0 out of ";
private static final String CATEGORY_MISSING_REPLACEMENT
Expand Down

0 comments on commit c122de2

Please sign in to comment.