X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=config%2Fsubmgr-config.yaml;h=471bfed5dbd5a87f681f16b8daae0bd9fbf19ef3;hb=84662c4f3e2273152fc849f74880108b6346bcad;hp=919e588da425dc6a2a892428679a46e9eb2e44ee;hpb=ad41feaeb9dde8ccd6b8b508eb3df8df5d207134;p=ric-plt%2Fsubmgr.git diff --git a/config/submgr-config.yaml b/config/submgr-config.yaml index 919e588..471bfed 100644 --- a/config/submgr-config.yaml +++ b/config/submgr-config.yaml @@ -10,3 +10,20 @@ "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" + "checkE2IEOrder": 1