diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-06-21 13:43:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-21 13:43:39 +0000 |
commit | 1bbde6a4b5a0df7c652f979be91edbdf6cf2dc46 (patch) | |
tree | 67a89cbf6ba126ec2b2bdd755c2d69f9d55e9c82 | |
parent | c6771ee3e7c24f28f6f8b7d418a79a5b985bd98f (diff) | |
parent | 4a69e6c762905721b63824ad6946f66c1b7b4cfc (diff) |
Merge "[CCSDK] Fix pnf-reg and fault message lost" into honolulu
-rw-r--r-- | kubernetes/sdnc/resources/config/conf/mountpoint-registrar.properties | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kubernetes/sdnc/resources/config/conf/mountpoint-registrar.properties b/kubernetes/sdnc/resources/config/conf/mountpoint-registrar.properties index 57a16bd488..303e504aa9 100644 --- a/kubernetes/sdnc/resources/config/conf/mountpoint-registrar.properties +++ b/kubernetes/sdnc/resources/config/conf/mountpoint-registrar.properties @@ -23,7 +23,6 @@ topic=unauthenticated.SEC_FAULT_OUTPUT contenttype=application/json group=myG id=C1 -timeout=50000 limit=10000 [pnfRegistration] @@ -41,5 +40,4 @@ topic=unauthenticated.VES_PNFREG_OUTPUT contenttype=application/json group=myG id=C1 -timeout=50000 limit=10000 |