Skip to content

Commit

Permalink
Lower archive rate (#3359) (patch)
Browse files Browse the repository at this point in the history
### Changed

- Default is to archive 300 spring files every 20th minute.
  • Loading branch information
islean authored Jun 25, 2024
1 parent 406e897 commit 865155d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/constants/archiving.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from enum import StrEnum

DEFAULT_SPRING_ARCHIVE_COUNT = 500
DEFAULT_SPRING_ARCHIVE_COUNT = 300


class ArchiveLocations(StrEnum):
Expand Down

0 comments on commit 865155d

Please sign in to comment.