Reduce the time email in cache
This commit is contained in:
committed by
Dat H. Pham
parent
b4721a3a07
commit
bb4538d090
@@ -11,7 +11,7 @@ class CleanupRule with EquatableMixin {
|
||||
}
|
||||
|
||||
class Duration with EquatableMixin {
|
||||
static final defaultCacheInternal = Duration(30);
|
||||
static final defaultCacheInternal = Duration(10);
|
||||
|
||||
final int countDay;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user