Skip to content

Commit

Permalink
Put timeout increase in again
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed Dec 16, 2014
1 parent 95b2556 commit 6176e77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<groupId>com.fsck.k9</groupId>
<artifactId>mailz</artifactId>
<type>aar</type>
<version>0.0.1.b7e8d1d</version>
<version>0.0.1.4a8f838</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class BackupImapStore extends ImapStore {

static {
// increase read timeout a bit
// com.fsck.k9.mail.Store.SOCKET_READ_TIMEOUT = 60000 * 5;
com.fsck.k9.mail.store.RemoteStore.SOCKET_READ_TIMEOUT = 60000 * 5;
}

public BackupImapStore(final Context context, final String uri) throws MessagingException {
Expand Down

0 comments on commit 6176e77

Please sign in to comment.