diff options
author | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2017-12-04 16:57:10 -0500 |
---|---|---|
committer | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2017-12-04 16:57:24 -0500 |
commit | e721463268f564f849c7ede558e3900476aaa4fa (patch) | |
tree | 4a9a6178d391973a7215745c96a65a850790c747 | |
parent | d46428aac3871e9ae3010ea4ad97fac4d780391c (diff) |
Add to aai-config bulk limit override
Issue-ID: AAI-544
Change-Id: I9a672aef2e8387fc8c76cb3cdbc0126d8ef57a90
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
-rw-r--r-- | cookbooks/aai-resources/aai-resources-config/templates/default/aai-resources-config/aaiconfig.properties | 4 |
1 files changed, 4 insertions, 0 deletions
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 |