Исправлено отображение ttl больше 127
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user