Skip to content

Commit 24ce611

Browse files
committed
Fix fake dead
1 parent 43c2767 commit 24ce611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/linktechtips/constants/GlobalConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class GlobalConstants {
3030
public static final int MAX_HOPS = 10;
3131
public static final int GUARD_RETRY = 120_000;
3232
public static final int CALLSIGN_BYTES = 12;
33-
public static final int MAX_LINE_LENGTH = 512;
33+
public static final int MAX_LINE_LENGTH = 1026;
3434
public static final int MAX_METAR_DOWNLOAD_TIME = 1600_000;
3535
public static final int CERT_FILE_CHECK = 30_000;
3636

0 commit comments

Comments
 (0)