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 MAM cache name #3594

Merged
merged 1 commit into from
Mar 16, 2022
Merged

Fix MAM cache name #3594

merged 1 commit into from
Mar 16, 2022

Commits on Mar 15, 2022

  1. Fix MAM cache name

    When mod_mam_cache_user checks its cache, it gives its own module name
    to mongoose_user_cache so that this one fetches the config to see if it
    has configured its own cache or is reusing some other module's cache.
    The problem is that mongoose_user_cache will check for the module key,
    but it the current implementation, we are hiding it behind a cache key
    to contain the cache config.
    
    So by just moving the config a level up, mongoose_user_cache can find it.
    NelsonVides committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    f1b3b14 View commit details
    Browse the repository at this point in the history