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.
2 parents ba17f5a + 4329b76 commit 2f15b18Copy full SHA for 2f15b18
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