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

Env var PGOSM_REPLICATION is set but unused #367

Closed
rustprooflabs opened this issue Oct 22, 2023 · 0 comments · Fixed by #368
Closed

Env var PGOSM_REPLICATION is set but unused #367

rustprooflabs opened this issue Oct 22, 2023 · 0 comments · Fixed by #368
Labels
Technical Debt Not broken, not new, but not right either!
Milestone

Comments

@rustprooflabs
Copy link
Owner

The only use of the PGOSM_REPLICATION env var I can find is the setting and unsetting of the variable. It should be removed.

    if replication:
        os.environ['PGOSM_REPLICATION'] = 'true'
    else:
        os.environ['PGOSM_REPLICATION'] = 'false'
@rustprooflabs rustprooflabs added the Technical Debt Not broken, not new, but not right either! label Oct 22, 2023
@rustprooflabs rustprooflabs added this to the 0.10.3 milestone Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Technical Debt Not broken, not new, but not right either!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant