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

fix: Avoid requesting remote endpoints during bootstrap #3749

Merged
merged 1 commit into from
Jun 11, 2024

Commits on Jun 11, 2024

  1. fix: Avoid requesting remote endpoints during bootstrap

    This will add some abstraction layer for cached request data as used by
    capabilities and discovery endpoints. By default it will always return
    the cached data which will never expire (backed by a file in app data in
    case the memory cache vanishes).
    
    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ea60d0e View commit details
    Browse the repository at this point in the history