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

Revert "Exclude symlinks from sync" #245

Merged
merged 1 commit into from May 27, 2021

Conversation

jankatins
Copy link

@jankatins jankatins commented Dec 3, 2018

This reverts commit b47dd70.

As discovered in #241 the griveignore handling in the sync script could trigger a infinite loop between the timer unit (running a sync and changing the griveignore file at the start) and the changes unit (reacting to the griveignore change and retriggering the sync).

Reverting for now, as requested by the original author @psfloyd in #241 (comment)

Closes: #241

This reverts commit b47dd70.

This could trigger a infinite loop between the timer unit (running a sync and changing the griveignore file at the start) and the changes unit (reacting to the griveignore change and retriggering the sync).
@jankatins jankatins force-pushed the revert_symlink_handling_in_sync branch from 86f43d8 to c7a949d Compare March 15, 2021 12:04
@jankatins
Copy link
Author

@vitalif this would also be good to include as it is a clear bug :-(

@jankatins
Copy link
Author

@vitalif Sorry, another ping. Also tested via https://github.com/jankatins/grive2 on two computers

@vitalif vitalif merged commit e6fcc63 into vitalif:master May 27, 2021
@vitalif
Copy link
Owner

vitalif commented May 27, 2021

Okay))

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.

bug: auto sync timer not working as expected because of infinite loop
2 participants