fix: fix syntax error.

This commit is contained in:
Haojun Liao 2023-06-15 13:29:41 +08:00
parent 1b9eca5ce0
commit b5a7ef9a7e
2 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,7 @@ extern int64_t tsVndCommitMaxIntervalMs;
extern int64_t tsMndSdbWriteDelta;
extern int64_t tsMndLogRetention;
extern int8_t tsGrant;
extern bool tsMndSkipGrant;
// monitor
extern bool tsEnableMonitor;

View File

@ -75,6 +75,7 @@ int64_t tsVndCommitMaxIntervalMs = 600 * 1000;
int64_t tsMndSdbWriteDelta = 200;
int64_t tsMndLogRetention = 2000;
int8_t tsGrant = 1;
bool tsMndSkipGrant = false;
// monitor
bool tsEnableMonitor = true;