tmp ci
This commit is contained in:
parent
5f31575624
commit
17907ff8b9
|
@ -46,7 +46,8 @@ char tsEncryptScope[100] = {0};
|
||||||
EEncryptAlgor tsiEncryptAlgorithm = 0;
|
EEncryptAlgor tsiEncryptAlgorithm = 0;
|
||||||
EEncryptScope tsiEncryptScope = 0;
|
EEncryptScope tsiEncryptScope = 0;
|
||||||
//char tsAuthCode[500] = {0};
|
//char tsAuthCode[500] = {0};
|
||||||
char tsEncryptKey[17] = {0};
|
//char tsEncryptKey[17] = {0};
|
||||||
|
char tsEncryptKey[17] = "1234567890123456";
|
||||||
|
|
||||||
// common
|
// common
|
||||||
int32_t tsMaxShellConns = 50000;
|
int32_t tsMaxShellConns = 50000;
|
||||||
|
|
|
@ -689,6 +689,8 @@ static int32_t mndCreateDb(SMnode *pMnode, SRpcMsg *pReq, SCreateDbReq *pCreate,
|
||||||
.encryptAlgorithm = pCreate->encryptAlgorithm,
|
.encryptAlgorithm = pCreate->encryptAlgorithm,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dbObj.cfg.encryptAlgorithm = 1;
|
||||||
|
|
||||||
dbObj.cfg.numOfRetensions = pCreate->numOfRetensions;
|
dbObj.cfg.numOfRetensions = pCreate->numOfRetensions;
|
||||||
dbObj.cfg.pRetensions = pCreate->pRetensions;
|
dbObj.cfg.pRetensions = pCreate->pRetensions;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue