X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=config%2Fsubmgr-config.yaml;h=87bffbfd63f980b794b0ca49b74bddf73ca8a39c;hb=3d80b72cb374aec809740f3bec895d4b37a4fc2f;hp=919e588da425dc6a2a892428679a46e9eb2e44ee;hpb=ad41feaeb9dde8ccd6b8b508eb3df8df5d207134;p=ric-plt%2Fsubmgr.git diff --git a/config/submgr-config.yaml b/config/submgr-config.yaml index 919e588..87bffbf 100644 --- a/config/submgr-config.yaml +++ b/config/submgr-config.yaml @@ -10,3 +10,19 @@ "hostAddr": "localhost" "port" : "8989" "baseUrl" : "/ric/v1" +"db": + "sessionNamespace": "XMSession" + "host": ":6379" + "prot": "tcp" + "maxIdle": 80 + "maxActive": 12000 +"controls": + "e2tSubReqTimeout_ms": 2000 + "e2tSubDelReqTime_ms": 2000 + "e2tRecvMsgTimeout_ms": 2000 + "e2tMaxSubReqTryCount": 2 + "e2tMaxSubDelReqTryCount": 2 + "checkE2State": "true" + "readSubsFromDb": "true" + "dbTryCount": 200 + "dbRetryForever": "true"