Skip to content

Commit 6e32a03

Browse files
committed
Update DELETE_REPO_AFTER config value
1 parent 78f585e commit 6e32a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MAX_DISPLAY_SIZE: int = 300_000
22
TMP_BASE_PATH: str = "/tmp/gitingest"
3-
DELETE_REPO_AFTER: int = 30 # In seconds
3+
DELETE_REPO_AFTER: int = 60 * 60 # In seconds
44

55
EXAMPLE_REPOS: list[dict[str, str]] = [
66
{"name": "Gitingest", "url": "https://github.com/cyclotruc/gitingest"},

0 commit comments

Comments
 (0)