Skip to content

Commit 059a27f

Browse files
qchappCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 4e021a2 commit 059a27f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ai_agent/utils/shutdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Two mechanisms keep the app tidy at runtime and on exit:
55
66
**Background cleanup thread** (started by :func:`register`):
7-
- Sweeps expired cache rows every ``CLEANUP_INTERVAL_SECONDS`` (default 3600).
7+
- Sweeps expired cache rows every ``CLEANUP_INTERVAL_SECONDS`` (default 7200).
88
- Purges old log files on the same interval (files older than
99
``LOG_RETENTION_DAYS`` days, default 7).
1010

0 commit comments

Comments
 (0)