Skip to content

Commit

Permalink
Lower STORAGE_MAX_AGE_SEC_DEFAULT to 1h
Browse files Browse the repository at this point in the history
  • Loading branch information
dimikot committed Oct 30, 2024
1 parent 23afe1e commit 5163886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-storage
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import textwrap
import time
import typing

STORAGE_MAX_AGE_SEC_DEFAULT = 3600 * 4
STORAGE_MAX_AGE_SEC_DEFAULT = 3600
STORAGE_MAX_AGE_SEC_BAK = 60
STORAGE_DIR_DEFAULT = "~/ci-storage"
META_FILE = ".ci-storage.meta"
Expand Down

0 comments on commit 5163886

Please sign in to comment.