http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6557
--- Comment #4 from Jared Camins-Esakov <[email protected]> --- Created attachment 9765 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9765&action=edit Bug 6557: Syspref to control total issue counting Because updating the total issues count associated with a bibliographic record on issue could cause a significant load on the server, this commit adds the syspref UpdateTotalIssuesOnCirc (which defaults to OFF to match existing behavior). The syspref has the following description: Do/Do not update a bibliographic record's total issues count whenever an item is issued (WARNING! This increases server load significantly; if performance is a concern, use the update_totalissues.pl cron job to update the total issues count). -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
