Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f178c9c authored by David A. Velasco's avatar David A. Velasco
Browse files

Relaxed timeout for creating folders and deleting files

parent e87f5f25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    

+1 −1
Original line number Diff line number Diff line
@@ -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;