`wrap` argument (ProxyBackend) does not work on cache_from_config #41
Labels
Comments
Morgan Fainberg () wrote: A temporary fix would be to just call region.wrap(proxy) where needed. But I agree, this would be a nice improvement to the dict configuration mechanism. You should issue a pull request with the change! |
jvanasco (jvanasco) wrote: pull request in https://bitbucket.org/zzzeek/dogpile.cache/pull-request/28/brings-wrap-argument-to |
Changes by Michael Bayer (zzzeek):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrated issue, originally created by jvanasco (jvanasco)
It appears that the settings in ( file =
dogpile.cache.region.py
CacheRegion.configure()
are not synched withCacheRegion.configure_from_config()
editing line 344 to reflect the following makes it work:
This wouldn't come up if you were building the regions entirely off a config file, but if you're using a dict to track multiple regions, this creates an issue.
The text was updated successfully, but these errors were encountered: