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

Option "Sync account" makes owncloud very slow #734

Closed
LukeOwlclaw opened this issue Nov 19, 2014 · 3 comments
Closed

Option "Sync account" makes owncloud very slow #734

LukeOwlclaw opened this issue Nov 19, 2014 · 3 comments
Labels

Comments

@LukeOwlclaw
Copy link

When choosing "Sync account" from the drop down menu syncing makes the owncloud app respond very slow. Same is true when syncing is active under Android -> settings -> account -> owncloud (is probably just the same?)

Once I could not open a folder at all when sync was in progress (could not reproduce though). Usually switching directories is just veeery slow.

Device: Nexus 4
"develop" branch

Logcat is full of entries showing which files are updated. Like this:

11-19 08:31:35.320: D/FileSyncAdapter(13843): Send broadcast com.owncloud.android.syncadapter.FileSyncAdapter.EVENT_FULL_SYNC_FOLDER_CONTENTS_SYNCED
11-19 08:31:35.320: D/SynchronizeFolderOperation(13843): Checking changes in [...]
11-19 08:31:35.320: D/FileDisplayActivity(13843): Received broadcast com.owncloud.android.syncadapter.FileSyncAdapter.EVENT_FULL_SYNC_FOLDER_CONTENTS_SYNCED
11-19 08:31:35.320: D/OwnCloudClient #64(13843): REQUEST PROPFIND [...]
11-19 08:31:35.590: D/FileDisplayActivity(13843): Setting progress visibility to true
@jabarros
Copy link
Contributor

When you choose the "Sync account" option in action bar menu a full syncronization is launched, so you are seeing this kind of entries (one per folder). But you should be able to switch directories and using the app without problem while the sync is being done.
However, we will take a look in order to check the behaviour that you tell us.

@LukeOwlclaw
Copy link
Author

Cannot reproduce anymore. Closing.

@davivel
Copy link
Contributor

davivel commented Mar 17, 2016

Thanks for checking! :)

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

No branches or pull requests

3 participants