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
commit8856db942533d34cba2868e3a22577cf9e8a2c0a (patch)
tree3a2861c3a4b7506fbdc49bcff36faa94ff29260b /src/de/blinkt/openvpn/OpenVPN.java
parent15659163206e8918e93b44702579735d3206ca90 (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:";