hercules: keep last 90d

This commit is contained in:
Sridhar Ratnakumar 2023-01-04 19:45:27 -05:00
parent e75039d417
commit dec1677b8c

View file

@ -15,6 +15,6 @@
# NOTE: If the repos that use cache are updated as often as once a week (eg:
# flake.lock update action?), its cache should not be invalidated over time
# of idle periods.
options = "--delete-older-than 30d";
options = "--delete-older-than 90d";
};
}