X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=config%2Fsubmgr-config.yaml;h=471bfed5dbd5a87f681f16b8daae0bd9fbf19ef3;hb=HEAD;hp=a594ab4a9b94216c5c7b5c7460090e2cf5e2c0cb;hpb=2f26fb2885e2afda0c2908acbdf923ca63a1fbc6;p=ric-plt%2Fsubmgr.git diff --git a/config/submgr-config.yaml b/config/submgr-config.yaml index a594ab4..471bfed 100644 --- a/config/submgr-config.yaml +++ b/config/submgr-config.yaml @@ -10,9 +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 \ No newline at end of file + "e2tMaxSubDelReqTryCount": 2 + "checkE2State": "true" + "readSubsFromDb": "true" + "dbTryCount": 200 + "dbRetryForever": "true" + "checkE2IEOrder": 1