X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=config%2Fsubmgr-config.yaml;fp=config%2Fsubmgr-config.yaml;h=25eb868f1cd9834f4a44664ed9d43cad59164a49;hb=c92b421ec9f89e77df36422987e478ed8db85299;hp=a594ab4a9b94216c5c7b5c7460090e2cf5e2c0cb;hpb=fca5c3af85c440f6456dcb90f854033fb91349c1;p=ric-plt%2Fsubmgr.git diff --git a/config/submgr-config.yaml b/config/submgr-config.yaml index a594ab4..25eb868 100644 --- a/config/submgr-config.yaml +++ b/config/submgr-config.yaml @@ -10,9 +10,16 @@ "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 + "readSubsFromDb": "true"