https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16579 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX |--- --- Comment #11 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Maybe it's silly but I have another option: c) move the memcached config to a syspref and do not fetch this pref from the cache (like we do for OVERRIDE_SYSPREF_*) It will 1/ avoid to parse the koha conf file, 2/ keep the ability to cache it, 3/ add the ability to use the cache from anywhere and 4/ remove the need to export env vars. I have to admit it's not its place and the cache config should not be stored in the DB, but it looks like a tempting solution. Do I miss something? -- You are receiving this mail because: You are watching all bug changes.