summaryrefslogtreecommitdiff
path: root/sample/src/com/example/bitmapsample/BitmapRequestKeyImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'sample/src/com/example/bitmapsample/BitmapRequestKeyImpl.java')
-rw-r--r--sample/src/com/example/bitmapsample/BitmapRequestKeyImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/src/com/example/bitmapsample/BitmapRequestKeyImpl.java b/sample/src/com/example/bitmapsample/BitmapRequestKeyImpl.java
index eeec78f..dd1696c 100644
--- a/sample/src/com/example/bitmapsample/BitmapRequestKeyImpl.java
+++ b/sample/src/com/example/bitmapsample/BitmapRequestKeyImpl.java
@@ -78,7 +78,7 @@ public class BitmapRequestKeyImpl implements RequestKey {
// Character difference between shortest and longest uri.
final long spread = 26;
// Maximum amount of time to sleep.
- final long max = 2;
+ final long max = 3;
final long duration = (long) ((float) (mUriString.length() % spread) / spread * max
* 1000);
try {