You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
The state of each folder is determined by integrating sync states of files in the folder. Currently, to integrate those states, OverlayHelper walks the file tree. However, since siad downloads files in some place first, there are no files in the file tree until the download is finished. Hence, OverlayHelper decides the sync state of the folder "idle" even if some files are being downloaded.
Instead of walking the file tree, it seems better to query the sync DB so that OverlayHelper can find such downloading file.
The text was updated successfully, but these errors were encountered:
The state of each folder is determined by integrating sync states of files in the folder. Currently, to integrate those states, OverlayHelper walks the file tree. However, since
siad
downloads files in some place first, there are no files in the file tree until the download is finished. Hence, OverlayHelper decides the sync state of the folder "idle" even if some files are being downloaded.Instead of walking the file tree, it seems better to query the sync DB so that OverlayHelper can find such downloading file.
The text was updated successfully, but these errors were encountered: