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

Persistence and reloading of conditional infos #61

Closed
koebi opened this issue Mar 27, 2023 · 1 comment
Closed

Persistence and reloading of conditional infos #61

koebi opened this issue Mar 27, 2023 · 1 comment
Labels

Comments

@koebi
Copy link

koebi commented Mar 27, 2023

The source of this problem is this issue - probably to be fixed in GraphHopperStorage.java, L417 ff.
by appending to the flush()-method:

        if (conditionalAccess != null) {
            conditionalAccess.flush();
        }
        if (conditionalSpeed != null) {
            conditionalSpeed.flush();
        }

similar as is being done in the close()-method.

@MichaelsJP
Copy link
Member

closed by #62

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