diff options
Diffstat (limited to 'aai-resources/bundleconfig-local/etc/appprops')
-rw-r--r-- | aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties | 4 | ||||
-rw-r--r-- | aai-resources/bundleconfig-local/etc/appprops/error.properties | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties b/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties index 98d4c57..27a744c 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties +++ b/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties @@ -147,3 +147,7 @@ aai.server.rebind=g # This is a fake one just for test so please ignore ecm.auth.password.x=OBF:1igd1i9a1jnb1yte1vv11vu91yt81jk71i6o1idt aai.run.migrations=false +aai.jms.enable=false + +#limit set for bulk consumer APIS +aai.bulkconsumer.payloadlimit=30 diff --git a/aai-resources/bundleconfig-local/etc/appprops/error.properties b/aai-resources/bundleconfig-local/etc/appprops/error.properties index 9ad86ec..a20dce5 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/error.properties +++ b/aai-resources/bundleconfig-local/etc/appprops/error.properties @@ -114,6 +114,7 @@ AAI_6143=5:4:INFO:6143:400:3000:Ghost vertex found AAI_6144=5:4:WARN:6144:400:3000:Cycle found in graph AAI_6145=5:4:ERROR:6145:400:3000:Cannot create a nested/containment edge via relationship AAI_6146=5:4:ERROR:6146:400:3000:Ambiguous identity map found, use a URI instead +AAI_6147=5:4:ERROR:6147:400:3000:Payload Limit Reached, reduce payload #--- aaicsvp: 7101-7199 AAI_7101=5:4:ERROR:7101:500:3002:Unexpected error in CSV file processing |