backend - push rclone remote connections into threads #18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
right now, when the syncing endpoint is hit it completely blocks the backend process while rclone is running
this is fine when hitting local stuff, since that doesn't take long - but connecting to remotes takes a while, and being able to have that on a separate thread so the rest of the API can be hit would be more than ideal - pairs nicely with #17