We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba17f5a commit 4329b76Copy full SHA for 4329b76
library/src/main/java/com/loopj/android/http/AsyncHttpClient.java
@@ -340,7 +340,7 @@ public void setCookieStore(CookieStore cookieStore) {
340
341
/**
342
* Overrides the threadpool implementation used when queuing/pooling requests. By default,
343
- * Executors.newFixedThreadPool() is used.
+ * Executors.newCachedThreadPool() is used.
344
*
345
* @param threadPool an instance of {@link ExecutorService} to use for queuing/pooling
346
* requests.
0 commit comments