From 97deae46f78cc96540d207f452f2bd97cf540b13 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 7 Jan 2014 23:05:53 +0100 Subject: Up number of cached log entries --- src/de/blinkt/openvpn/core/VpnStatus.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/de/blinkt/openvpn/core') diff --git a/src/de/blinkt/openvpn/core/VpnStatus.java b/src/de/blinkt/openvpn/core/VpnStatus.java index 1a3a7a26..d6ce0e29 100644 --- a/src/de/blinkt/openvpn/core/VpnStatus.java +++ b/src/de/blinkt/openvpn/core/VpnStatus.java @@ -64,6 +64,9 @@ public class VpnStatus { logException(LogLevel.ERROR, context, e); } + private static final int MAXLOGENTRIES = 1000; + + public static final String MANAGMENT_PREFIX = "M:"; public enum ConnectionStatus { LEVEL_CONNECTED, @@ -292,9 +295,6 @@ public class VpnStatus { } } - private static final int MAXLOGENTRIES = 500; - - public static final String MANAGMENT_PREFIX = "M:"; public interface LogListener { -- cgit v1.2.3