We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c2767 commit 24ce611Copy full SHA for 24ce611
src/main/java/org/linktechtips/constants/GlobalConstants.java
@@ -30,7 +30,7 @@ public class GlobalConstants {
30
public static final int MAX_HOPS = 10;
31
public static final int GUARD_RETRY = 120_000;
32
public static final int CALLSIGN_BYTES = 12;
33
- public static final int MAX_LINE_LENGTH = 512;
+ public static final int MAX_LINE_LENGTH = 1026;
34
public static final int MAX_METAR_DOWNLOAD_TIME = 1600_000;
35
public static final int CERT_FILE_CHECK = 30_000;
36
0 commit comments