commit | a9be47cea45c19f2869732252e9922bf88fa4d86 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Fri Jun 26 10:34:20 2009 -0700 |
committer | Romain Guy <romainguy@android.com> | Fri Jun 26 10:36:46 2009 -0700 |
tree | 593ed737b1ba304a3cbdda77f06fe48aa08aa18c | |
parent | 6067d953d7c6c0216a383fe520222fa6a23926fa [diff] |
Tweak the core and maximum pool sizes for AsyncTask. This change allows up to 5 AsyncTasks to run concurrently. Before, only 1 task could run at a time, which was too limited. This change also bumps up the maximum number of tasks that can be created; this large number is not an issue because tasks are queued up and run only 5 at a time.