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

Move rendering to a web server #107

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Move rendering to a web server #107

wants to merge 1 commit into from

Conversation

saethlin
Copy link
Owner

@saethlin saethlin commented Mar 2, 2024

Current problem:

Paginating over the remote filesystem with readdir + opendir on each crate is incredibly slow compared to just paginating across every element in a bucket. The ssh2 crate locks internally so it can't give us any concurrency. Maybe connection pooling?

@saethlin saethlin marked this pull request as ready for review March 2, 2024 23: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.

1 participant