Skip to content

Fix SQLite FD Exhaustion#493

Merged
pancacake merged 1 commit into
HKUDS:devfrom
thelooter:fix/fd-exhaustion
May 29, 2026
Merged

Fix SQLite FD Exhaustion#493
pancacake merged 1 commit into
HKUDS:devfrom
thelooter:fix/fd-exhaustion

Conversation

@thelooter
Copy link
Copy Markdown

Description

Currently the SQLite Implementation leaks file descriptors/connections. That means that when they get exhausted (by default thats after 1024 FDs), querying the DB fails. This fixes that.

Related Issues

  • Closes #...
  • Related to #...

Module(s) Affected

  • agents
  • api
  • config
  • core
  • knowledge
  • logging
  • services
  • tools
  • utils
  • web (Frontend)
  • docs (Documentation)
  • scripts
  • tests
  • Other: ...

Checklist

  • I have read and followed the contribution guidelines.
  • My code follows the project's coding standards.
  • I have run pre-commit run --all-files and fixed any issues.
  • I have added relevant tests for my changes.
  • I have updated the documentation (if necessary).
  • My changes do not introduce any new security vulnerabilities.

Additional Notes

Add any other context or screenshots about the pull request here.

@thelooter thelooter changed the base branch from main to dev May 19, 2026 12:36
@pancacake pancacake merged commit 79ea879 into HKUDS:dev May 29, 2026
@pancacake
Copy link
Copy Markdown
Collaborator

Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants