https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28276
Bug ID: 28276
Summary: Do not fetch config ($KOHA_CONF) from memcached
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: ASSIGNED
Severity: normal
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
memcached address and namespace are in $KOHA_CONF, so it is required to read it
before being able to access the cache. And after that, configuration is kept in
memory forever. Storing this in memcached is useless and even
counter-productive, since Koha reads both the file and the cache.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/