1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-14 18:02:58 +00:00

Merge branch 'master' into develop

This commit is contained in:
jabarros
2014-10-20 14:44:34 +02:00
3 changed files with 13 additions and 10 deletions
@@ -175,5 +175,4 @@ public class Log_OC {
public static String[] getLogFileNames() {
return mLogFileNames;
}
}
@@ -48,7 +48,7 @@ import com.owncloud.android.lib.common.utils.Log_OC;
public class ReadRemoteFileOperation extends RemoteOperation {
private static final String TAG = ReadRemoteFileOperation.class.getSimpleName();
private static final int SYNC_READ_TIMEOUT = 10000;
private static final int SYNC_READ_TIMEOUT = 40000;
private static final int SYNC_CONNECTION_TIMEOUT = 5000;
private String mRemotePath;