mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-07 16:06:08 +00:00
Relaxed timeout for creating folders and deleting files
This commit is contained in:
parent
e87f5f25ad
commit
2f178c9c34
@ -47,7 +47,7 @@ public class CreateRemoteFolderOperation extends RemoteOperation {
|
|||||||
|
|
||||||
private static final String TAG = CreateRemoteFolderOperation.class.getSimpleName();
|
private static final String TAG = CreateRemoteFolderOperation.class.getSimpleName();
|
||||||
|
|
||||||
private static final int READ_TIMEOUT = 10000;
|
private static final int READ_TIMEOUT = 30000;
|
||||||
private static final int CONNECTION_TIMEOUT = 5000;
|
private static final int CONNECTION_TIMEOUT = 5000;
|
||||||
|
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ import com.owncloud.android.lib.common.utils.Log_OC;
|
|||||||
public class RemoveRemoteFileOperation extends RemoteOperation {
|
public class RemoveRemoteFileOperation extends RemoteOperation {
|
||||||
private static final String TAG = RemoveRemoteFileOperation.class.getSimpleName();
|
private static final String TAG = RemoveRemoteFileOperation.class.getSimpleName();
|
||||||
|
|
||||||
private static final int REMOVE_READ_TIMEOUT = 10000;
|
private static final int REMOVE_READ_TIMEOUT = 30000;
|
||||||
private static final int REMOVE_CONNECTION_TIMEOUT = 5000;
|
private static final int REMOVE_CONNECTION_TIMEOUT = 5000;
|
||||||
|
|
||||||
private String mRemotePath;
|
private String mRemotePath;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user