Update stopquery.c

This commit is contained in:
Hui Li 2022-10-27 18:13:04 +08:00 committed by GitHub
parent 18316317f7
commit 4023dc6ec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ int64_t st, et;
char hostName[128];
char dbName[128];
char tbName[128];
int32_t runTimes = 1000;
int32_t runTimes = 10;
typedef struct {
int id;