Uses network timeout for store close timeout

This commit is contained in:
M66B
2018-09-08 18:15:23 +00:00
parent f25c1296df
commit 89f1321a0a
2 changed files with 2 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ public class MessageHelper {
private MimeMessage imessage;
private String raw = null;
private final static int NETWORK_TIMEOUT = 60 * 1000; // milliseconds
final static int NETWORK_TIMEOUT = 60 * 1000; // milliseconds
static Properties getSessionProperties(Context context, int auth_type) {
Properties props = new Properties();