ub3lal 1 tháng trước cách đây
mục cha
commit
6a276d6a1d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {