summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/OpenVPN.java
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-01-10 15:14:33 +0100
committerArne Schwabe <arne@rfc2549.org>2013-01-10 15:14:33 +0100
commit162f73a94b80c18fe49bcd28af0123d94426eb92 (patch)
tree8b13763af43d7ca50994eb59de588761cf0c4971 /src/de/blinkt/openvpn/OpenVPN.java
parent6f5350d698dabd76981c0a26440165e90d2c2759 (diff)
Fix inserting inline certificates, increase log buffer
Diffstat (limited to 'src/de/blinkt/openvpn/OpenVPN.java')
-rw-r--r--src/de/blinkt/openvpn/OpenVPN.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/OpenVPN.java b/src/de/blinkt/openvpn/OpenVPN.java
index 82a8dfd8..7b4693f9 100644
--- a/src/de/blinkt/openvpn/OpenVPN.java
+++ b/src/de/blinkt/openvpn/OpenVPN.java
@@ -89,7 +89,7 @@ public class OpenVPN {
}
}
- private static final int MAXLOGENTRIES = 200;
+ private static final int MAXLOGENTRIES = 500;
public static final String MANAGMENT_PREFIX = "M:";