diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-11-05 21:52:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-05 21:52:22 +0000 |
commit | 446b12380b0adef85b3dd5f0b5f52b9188c37349 (patch) | |
tree | 3b93707c36475d4bf37a667d3f3e91f2b1cde4a0 /kubernetes | |
parent | 7c095086a3ef162c47ccb30b51b1affbb2059f6e (diff) | |
parent | b5472765a11a9c499318da984a88a431db51d4a0 (diff) |
Merge "Reduce UEB listener timeout"
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/sdnc/charts/ueb-listener/resources/config/ueb-listener.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/sdnc/charts/ueb-listener/resources/config/ueb-listener.properties b/kubernetes/sdnc/charts/ueb-listener/resources/config/ueb-listener.properties index 4ff572a762..86e51317f2 100644 --- a/kubernetes/sdnc/charts/ueb-listener/resources/config/ueb-listener.properties +++ b/kubernetes/sdnc/charts/ueb-listener/resources/config/ueb-listener.properties @@ -12,7 +12,7 @@ org.onap.ccsdk.sli.northbound.uebclient.spool.incoming=/opt/onap/sdnc/ueb-listen org.onap.ccsdk.sli.northbound.uebclient.spool.archive=/opt/onap/sdnc/ueb-listener/spool/archive org.onap.ccsdk.sli.northbound.uebclient.polling-interval=30 org.onap.ccsdk.sli.northbound.uebclient.polling-timeout=15 -org.onap.ccsdk.sli.northbound.uebclient.client-startup-timeout=900 +org.onap.ccsdk.sli.northbound.uebclient.client-startup-timeout=300 org.onap.ccsdk.sli.northbound.uebclient.relevant-artifact-types=TOSCA_CSAR org.onap.ccsdk.sli.northbound.uebclient.activate-server-tls-auth=false org.onap.ccsdk.sli.northbound.uebclient.keystore-path= |