Skip to content

Commit 2f15b18

Browse files
committed
Merge pull request android-async-http#609 from grumoon/master
Update AsyncHttpClient.java
2 parents ba17f5a + 4329b76 commit 2f15b18

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)