ub3lal 1 mesiac pred
rodič
commit
6a276d6a1d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      lib/src/bloc/cashed_image_bloc.dart

+ 1 - 1
lib/src/bloc/cashed_image_bloc.dart

@@ -37,7 +37,7 @@ class CashedImageBloc extends Bloc<CashedImageEvent, CashedImageState> {
         for (var v in mapcahed.values) {
           size += v.length;
         }
-        if (size > 20000) {
+        if (size > 90000000) {
           mapcahed.clear();
         }
         if (mapcahed[ckey] == null) {