20 Nov
2014
20 Nov
'14
12:21 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 --- Comment #47 from Robin Sheat <robin@catalyst.net.nz> --- (In reply to Tomás Cohen Arazi from comment #46)
+my $syspref_cache = Koha::Cache->get_instance(); +my $use_syspref_cache = 1;
I was talking about this, which I thought could be problematic for Plack, but as I said I'm all ears on Plack.
This is fine, the first case because it's a cache and so it's allowed to be on instance per thread, that's the whole point of it. The second because it's manipulating the cache setting. In general, I think it's only used by test cases and possibly by scripts running standalone. -- You are receiving this mail because: You are watching all bug changes.