[modify vnode path]
This commit is contained in:
parent
29c5e63d85
commit
fa4c40e519
|
@ -65,11 +65,11 @@ typedef struct {
|
||||||
static SConfInfo g_stConfInfo = {
|
static SConfInfo g_stConfInfo = {
|
||||||
"tmqdb",
|
"tmqdb",
|
||||||
"stb",
|
"stb",
|
||||||
"./tmqResult.txt", // output_file
|
"./tmqResult.txt", // output_file
|
||||||
"/data2/dnode/data/vnode/vnode2/wal",
|
"/data2/dnode/data/vnodes/vnode2/wal",
|
||||||
1, // threads
|
1, // threads
|
||||||
1, // tables
|
1, // tables
|
||||||
1, // vgroups
|
1, // vgroups
|
||||||
0, // run mode
|
0, // run mode
|
||||||
1, // columns
|
1, // columns
|
||||||
1, // ratio
|
1, // ratio
|
||||||
|
|
Loading…
Reference in New Issue