Skip to content

Commit 4329b76

Browse files
committed
Update AsyncHttpClient.java
1 parent ba17f5a commit 4329b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/loopj/android/http/AsyncHttpClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ public void setCookieStore(CookieStore cookieStore) {
340340

341341
/**
342342
* Overrides the threadpool implementation used when queuing/pooling requests. By default,
343-
* Executors.newFixedThreadPool() is used.
343+
* Executors.newCachedThreadPool() is used.
344344
*
345345
* @param threadPool an instance of {@link ExecutorService} to use for queuing/pooling
346346
* requests.

0 commit comments

Comments
 (0)