mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 04:41:16 +00:00
Switch back to default asynctask executor for unlimited queue size
This commit is contained in:
parent
7b192d7df2
commit
d2323b5c1d
1 changed files with 0 additions and 4 deletions
|
@ -62,10 +62,6 @@ public abstract class RestTask extends
|
||||||
mListener = listener;
|
mListener = listener;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void execute() {
|
|
||||||
super.executeOnExecutor(THREAD_POOL_EXECUTOR);
|
|
||||||
}
|
|
||||||
|
|
||||||
protected HttpsURLConnection openConnection(Map<String, String> params) throws IOException {
|
protected HttpsURLConnection openConnection(Map<String, String> params) throws IOException {
|
||||||
Uri.Builder uriBuilder = Uri.parse(mUrl.toString())
|
Uri.Builder uriBuilder = Uri.parse(mUrl.toString())
|
||||||
.buildUpon()
|
.buildUpon()
|
||||||
|
|
Loading…
Reference in a new issue