We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d5f0f commit dc9031dCopy full SHA for dc9031d
src/config.py
@@ -1,6 +1,6 @@
1
MAX_DISPLAY_SIZE: int = 300_000
2
TMP_BASE_PATH: str = "/tmp/gitingest"
3
-DELETE_REPO_AFTER: int = 30 # In seconds
+DELETE_REPO_AFTER: int = 60 * 60 # In seconds
4
5
EXAMPLE_REPOS: list[dict[str, str]] = [
6
{"name": "Gitingest", "url": "https://github.com/cyclotruc/gitingest"},
0 commit comments