Исправлено отображение ttl больше 127
This commit is contained in:
@@ -32,7 +32,7 @@ public class Packet {
|
||||
private Long tempId;
|
||||
|
||||
@Transient
|
||||
private byte ttl;
|
||||
private int ttl;
|
||||
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "stream_id", nullable = false)
|
||||
|
||||
Reference in New Issue
Block a user