From e721463268f564f849c7ede558e3900476aaa4fa Mon Sep 17 00:00:00 2001 From: "Maharajh, Robby (rx2202)" Date: Mon, 4 Dec 2017 16:57:10 -0500 Subject: Add to aai-config bulk limit override Issue-ID: AAI-544 Change-Id: I9a672aef2e8387fc8c76cb3cdbc0126d8ef57a90 Signed-off-by: Maharajh, Robby (rx2202) --- .../templates/default/aai-resources-config/aaiconfig.properties | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit 1.2.3-korg