Improve cache + jdoc, traces
[fanfix.git] / src / be / nikiroo / utils / ui / ImageUtilsAwt.java
index 90d780ae501afbfc436fd4fde803e7cf18674435..4cf12c04cd0573629d90ed6e376be7c5ca6e7155 100644 (file)
@@ -100,7 +100,7 @@ public class ImageUtilsAwt extends ImageUtils {
 
                        if (image == null) {
                                String extra = "";
-                               if (img.getSize() <= 1024) {
+                               if (img.getSize() <= 2048) {
                                        try {
                                                extra = ", content: "
                                                                + new String(img.getData(), "UTF-8");