Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add file descriptor pool to storage #123

Merged
merged 5 commits into from
Jul 13, 2023
Merged

fix: Add file descriptor pool to storage #123

merged 5 commits into from
Jul 13, 2023

Conversation

gmaclennan
Copy link
Member

Add a file descriptor pool for core storage, fixes #119.

Needed a custom pool implementation, since the one on random-access-file is currently broken

tests/core-manager.js Outdated Show resolved Hide resolved
tests/core-manager.js Outdated Show resolved Hide resolved
@gmaclennan gmaclennan merged commit d40fcce into main Jul 13, 2023
@gmaclennan gmaclennan deleted the feat/fd-pool branch July 13, 2023 14:25
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.

Use file descriptor pool implementation to avoid limitations on Android
2 participants