From: Maharajh, Robby (rx2202) Date: Mon, 4 Dec 2017 21:57:10 +0000 (-0500) Subject: Add to aai-config bulk limit override X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e721463268f564f849c7ede558e3900476aaa4fa;p=aai%2Faai-config.git Add to aai-config bulk limit override Issue-ID: AAI-544 Change-Id: I9a672aef2e8387fc8c76cb3cdbc0126d8ef57a90 Signed-off-by: Maharajh, Robby (rx2202) --- diff --git a/cookbooks/aai-resources/aai-resources-config/templates/default/aai-resources-config/aaiconfig.properties b/cookbooks/aai-resources/aai-resources-config/templates/default/aai-resources-config/aaiconfig.properties index 30b7d8c..df77ecf 100644 --- a/cookbooks/aai-resources/aai-resources-config/templates/default/aai-resources-config/aaiconfig.properties +++ b/cookbooks/aai-resources/aai-resources-config/templates/default/aai-resources-config/aaiconfig.properties @@ -79,3 +79,7 @@ aai.transaction.logging.post=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=AAI-OVERRIDE-KEY +aai.bulkconsumer.payloadoverride=false