mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-07 16:06:08 +00:00
Increase SYN_READ_TIMEOUT in ReadRemoteFileOperation until 40000 milliseconds
This commit is contained in:
parent
ff0de72ea5
commit
3d8162d6d7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user