Исправлено отображение ttl больше 127

This commit is contained in:
serega6531
2021-01-10 05:33:53 +03:00
parent ee7cc00914
commit ba63899af4
5 changed files with 9 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ public class StreamDto {
private long endTimestamp;
private Set<PatternDto> foundPatterns;
private boolean favorite;
private byte ttl;
private int ttl;
private String userAgentHash;
}