From 7cf409f03b535f41ee6ea6e4cb04443f3591c93a Mon Sep 17 00:00:00 2001 From: "Maharajh, Robby (rx2202)" Date: Tue, 5 Dec 2017 09:56:30 -0500 Subject: Add limit override for bulk api's Issue-ID: AAI-535 Change-Id: Ie248a85541f77b786973be54a7791f6e4e7dff16 Signed-off-by: Maharajh, Robby (rx2202) --- aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties') diff --git a/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties b/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties index 27a744c..dda9b46 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties +++ b/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties @@ -151,3 +151,7 @@ aai.jms.enable=false #limit set for bulk consumer APIS aai.bulkconsumer.payloadlimit=30 + +#uncomment and use header X-OverrideLimit with the value to override the bulk api limit +#aai.bulkconsumer.payloadoverride=E6F04B93462CB5B0EDF41C05A9DDF5C3FE59748F +aai.bulkconsumer.payloadoverride=false -- cgit 1.2.3-korg