enh: set default safetyCheckLevel to normal
This commit is contained in:
parent
974591f265
commit
8c3e4ce63d
|
@ -139,7 +139,7 @@ bool tsEnableCrashReport = true;
|
|||
#endif
|
||||
char *tsClientCrashReportUri = "/ccrashreport";
|
||||
char *tsSvrCrashReportUri = "/dcrashreport";
|
||||
int8_t tsSafetyCheckLevel = TSDB_SAFETY_CHECK_LEVELL_NEVER;
|
||||
int8_t tsSafetyCheckLevel = TSDB_SAFETY_CHECK_LEVELL_NORMAL;
|
||||
|
||||
// schemaless
|
||||
bool tsSmlDot2Underline = true;
|
||||
|
|
Loading…
Reference in New Issue