Reduced close timeout

This commit is contained in:
M66B
2018-11-08 11:08:53 +00:00
parent 079adcb246
commit f2dc80223f
3 changed files with 6 additions and 3 deletions

View File

@@ -64,6 +64,7 @@ public class MessageHelper {
private String raw = null;
final static int NETWORK_TIMEOUT = 60 * 1000; // milliseconds
final static int CLOSE_TIMEOUT = 20 * 1000; // milliseconds
static Properties getSessionProperties(int auth_type, boolean insecure) {
Properties props = new Properties();