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