[Koha-bugs] [Bug 25292] L1 cache too long in Z3950 server (z3950-responder)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 1 09:51:36 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25292

--- Comment #6 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
This is all what I do:

ZOOM>connect localhost:2100
ZOOM>set databaseName biblios
ZOOM>search x
localhost:2100: 18 hits

# Change the syspref SearchEngine

ZOOM>search x
localhost:2100: 230 hits

This is a ugly way of confirming that the correct value has been retrieve, but
you could add a warn statement in the code, in search_handler, to check which
value from cache (so easy to test is a syspref) is retrieved.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list