diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-02-08 17:55:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-08 17:55:25 +0000 |
commit | 321417267ab93b0a8f0244aef07c45cdc37dbef4 (patch) | |
tree | f795a51f0e61f2f1bac11529f55eaf1e963835f6 /ONAP-PDP-REST/xacml.pdp.properties | |
parent | 9a322232dd7840065a37004000372f4332b055c9 (diff) | |
parent | c5d97e8a9a6bea71f3be329a2e44bdbe5fe50882 (diff) |
Merge "MS Model Input Validation"
Diffstat (limited to 'ONAP-PDP-REST/xacml.pdp.properties')
-rw-r--r-- | ONAP-PDP-REST/xacml.pdp.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ONAP-PDP-REST/xacml.pdp.properties b/ONAP-PDP-REST/xacml.pdp.properties index 4d120042a..57e1d708b 100644 --- a/ONAP-PDP-REST/xacml.pdp.properties +++ b/ONAP-PDP-REST/xacml.pdp.properties @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # ONAP-PDP-REST # ================================================================================ -# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -123,7 +123,7 @@ xacml.rest.notification.delay=30 CLIENT_INTERVAL=15000 # Buffer Size. -REQUEST_BUFFER_SIZE=15 +REQUEST_BUFFER_SIZE=50 #properties for MySql xacml database: PLEASE DO NOT REMOVE... NEEDED FOR APIs javax.persistence.jdbc.driver=org.mariadb.jdbc.Driver |