From: Bill Erickson Date: Tue, 27 Mar 2018 16:21:37 +0000 (-0400) Subject: Copy location API for BC OpenSRF 2.5 repair X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=65b4c4c929c896bf86989a57c3ae577befe85e65;p=working%2FEvergreen.git Copy location API for BC OpenSRF 2.5 repair Override the default OpenSRF message chunking settings by setting max_chunk_size => 0 on the copy location fetch-all API, which returns a large collection of data. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CopyLocations.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CopyLocations.pm index 23061ca748..e0d7c8fd11 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CopyLocations.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CopyLocations.pm @@ -15,6 +15,7 @@ __PACKAGE__->register_method( api_name => "open-ils.circ.copy_location.retrieve.all", method => 'cl_retrieve_all', argc => 2, + max_chunk_size => 0, signature => q/ Retrieves the ranged set of copy locations for the requested org. If no org is provided, all copy locations are returned