Skip to content

Commit

Permalink
update BitmapGlobalConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
wyouflf committed May 29, 2014
1 parent b6215cf commit 0a5c41e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class BitmapGlobalConfig {

private final static int DEFAULT_POOL_SIZE = 5;
private final static PriorityExecutor BITMAP_LOAD_EXECUTOR = new PriorityExecutor(DEFAULT_POOL_SIZE);
private final static PriorityExecutor DISK_CACHE_EXECUTOR = new PriorityExecutor(1);
private final static PriorityExecutor DISK_CACHE_EXECUTOR = new PriorityExecutor(2);

private long defaultCacheExpiry = 1000L * 60 * 60 * 24 * 30; // 30 days
private int defaultConnectTimeout = 1000 * 15; // 15 sec
Expand Down

0 comments on commit 0a5c41e

Please sign in to comment.