[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.00-17-g6039f64

Git repo owner gitmaster at git.koha-community.org
Wed Dec 12 11:49:05 CET 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 18.11.x has been updated
       via  6039f64e53172a046c5b579271df7cf434b20e81 (commit)
      from  235f6a83e2e6b8339070932dabcc81ecc9aefd41 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6039f64e53172a046c5b579271df7cf434b20e81
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 5 16:39:02 2018 -0300

    Bug 21955: Remove Cache::Memory as fallback for L2 cache
    
    If Plack is running with several workers we must not use Cache::Memory
    as L2 cache.
    
    If a value is set from a worker, it will not be available from other
    workers as the Cache::Memory instance is not shared (of course!)
    
    Moreover we now have Koha::Cache::Memory::Lite that does the same job,
    so we should not expect performance regressions by removing it.
    
    See also the email sent to koha-devel for more info
    http://lists.koha-community.org/pipermail/koha-devel/2018-December/045004.html
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 4bf033c6d6b2a8bf4d5597b3fdf6355fb7060b60)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/Installer/PerlDependencies.pm |    5 -----
 Koha/Cache.pm                    |   36 ------------------------------------
 2 files changed, 41 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list