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