Skip to content

Commit

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

- Archive 500 files every 20 minutes between 22-08.
  • Loading branch information
islean authored Jun 24, 2024
1 parent 409a8d5 commit dfdbef8
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 = 100
DEFAULT_SPRING_ARCHIVE_COUNT = 500


class ArchiveLocations(StrEnum):
Expand Down

0 comments on commit dfdbef8

Please sign in to comment.