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

FileCache: sync same caches #4

Closed
warpdesign opened this issue Oct 25, 2018 · 2 comments
Closed

FileCache: sync same caches #4

warpdesign opened this issue Oct 25, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@warpdesign
Copy link
Owner

If two tabs are opened pointing to the same directory, two different caches will be used.

If a file operation happens in one of the tab (eg. delete a folder), only this tab will be updated.

Fix: when refreshing/updating a cache, keep in sync any cache with the same path.

@warpdesign warpdesign added the enhancement New feature or request label Oct 25, 2018
@warpdesign
Copy link
Owner Author

Since refreshing can be done later (eg. after the end of a transfer) and it will lose the user's selection: do we really want to allow this?

@warpdesign
Copy link
Owner Author

Closing: this isn't a problem now that file watcher have been implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant