Add default path for waltest

This commit is contained in:
Jun Li 2021-06-29 20:17:57 -07:00
parent 1faccd4208
commit b2802fad44
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ int writeToQueue(void *pVnode, void *data, int type, void *pMsg) {
}
int main(int argc, char *argv[]) {
char path[128] = {0};
char path[128] = "/tmp/wal";
int level = 2;
int total = 5;
int rows = 10000;