[koha-commits] main Koha release repository branch master updated. v16.11.00-352-gaf34598

Git repo owner gitmaster at git.koha-community.org
Tue Jan 31 18:26:35 CET 2017


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, master has been updated
       via  af345984486a3e105c1e95111b885b7c907ca69a (commit)
      from  40cb8e3b7579987d0d461e8da6e350228722727c (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 af345984486a3e105c1e95111b885b7c907ca69a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Nov 10 19:53:30 2016 +0000

    Bug 17610 - Allow the number of plack workers and max connections to be set in koha-conf.xml
    
    It would be nice if we could control the number of workers and max
    requests on a per instance basis, rather than the numbers being
    hardcoded in the plack startup script.
    
    Test Plan:
    1) Build a new package of Koha with this patch applied ; )
    2) Verify koha-plack still works
    3) Add the following to the config section of your koha-conf.xml:
     <plack_max_requests>75</plack_max_requests>
     <plack_workers>4</plack_workers>
    4) Stop plack
    5) Start plack
    6) Verify the number of works and max requests worked!
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Larry Baerveldt <larry at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Rebased against master and added a description for the new configuration
    entries
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 debian/scripts/koha-plack              |   21 ++++++++++++++++++++-
 debian/templates/koha-conf-site.xml.in |    5 +++++
 etc/koha-conf.xml                      |    7 ++++++-
 3 files changed, 31 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list