mirror of
https://github.com/cyclotruc/gitingest.git
synced 2026-04-28 14:49:32 +00:00
fix: improved server side cleanup after ingest (#477)
This commit is contained in:
parent
d1f8a80826
commit
2df0eb4398
4 changed files with 21 additions and 126 deletions
|
|
@ -7,7 +7,6 @@ from pathlib import Path
|
|||
from fastapi.templating import Jinja2Templates
|
||||
|
||||
MAX_DISPLAY_SIZE: int = 300_000
|
||||
DELETE_REPO_AFTER: int = 60 * 60 # In seconds (1 hour)
|
||||
|
||||
# Slider configuration (if updated, update the logSliderToSize function in src/static/js/utils.js)
|
||||
DEFAULT_FILE_SIZE_KB: int = 5 * 1024 # 5 mb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue