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

Terminate fdirsync loop when "." is reached in replicate-changesets #725

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

AntonKhorev
Copy link
Contributor

Looking at the readme in https://github.com/zerebubuth/openstreetmap-changeset-replication you can see this line in the example config:

data_dir: replication/

Looks like you can specify a relative path as data_dir. But actually you can't, because the loop I modify in this PR will never terminate. The server config avoids this issue by using an absolute path:

data_dir: /store/planet/replication/changesets

@tomhughes
Copy link
Member

Looks good to me, thanks.

@tomhughes tomhughes merged commit 9ce65ff into openstreetmap:master Jan 10, 2025
102 checks passed
@AntonKhorev AntonKhorev deleted the fdirsync-loop branch January 11, 2025 11:01
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.

2 participants