Skip to content

Commit

Permalink
Decrease the IMPORT_CACHE_FAILED_TTL value
Browse files Browse the repository at this point in the history
  • Loading branch information
Marishka17 authored Feb 13, 2024
1 parent 2677614 commit 9eb5315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ class CVAT_QUEUES(Enum):

BUCKET_CONTENT_MAX_PAGE_SIZE = 500

IMPORT_CACHE_FAILED_TTL = timedelta(days=90)
IMPORT_CACHE_FAILED_TTL = timedelta(days=30)
IMPORT_CACHE_SUCCESS_TTL = timedelta(hours=1)
IMPORT_CACHE_CLEAN_DELAY = timedelta(hours=12)

Expand Down

0 comments on commit 9eb5315

Please sign in to comment.