mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-11 08:22:56 +00:00
Relaxed timeout for creating folders and deleting files
This commit is contained in:
@@ -47,7 +47,7 @@ public class CreateRemoteFolderOperation extends RemoteOperation {
|
||||
|
||||
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;
|
||||
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ import com.owncloud.android.lib.common.utils.Log_OC;
|
||||
public class RemoveRemoteFileOperation extends RemoteOperation {
|
||||
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 String mRemotePath;
|
||||
|
||||
Reference in New Issue
Block a user