mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-20 12:52:53 +00:00
Merge branch 'develop' of github.com:owncloud/android-library into buildsystem/gradle_develop
Conflicts: .travis.yml
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user