Make sure that xattr are cached long enough (even for long amc script runs)
This commit is contained in:
parent
86b0776c2d
commit
cf2fe796bc
|
@ -14,7 +14,7 @@ public enum CacheType {
|
|||
|
||||
Daily(Duration.ofHours(18), true),
|
||||
|
||||
Ephemeral(Duration.ofHours(4), false);
|
||||
Ephemeral(Duration.ofDays(1), false);
|
||||
|
||||
final long timeToLiveSeconds;
|
||||
final boolean diskPersistent;
|
||||
|
|
Loading…
Reference in New Issue