fix: taosbenchmark multithreads with limit for main (#20744)
* fix: taosbenchmark multithreads with limit for main * fix: update taos-tools
This commit is contained in:
parent
d0a7e02a03
commit
45726cf551
|
@ -2,7 +2,7 @@
|
|||
# taos-tools
|
||||
ExternalProject_Add(taos-tools
|
||||
GIT_REPOSITORY https://github.com/taosdata/taos-tools.git
|
||||
GIT_TAG d194dc9
|
||||
GIT_TAG 273a3fe
|
||||
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools"
|
||||
BINARY_DIR ""
|
||||
#BUILD_IN_SOURCE TRUE
|
||||
|
|
Loading…
Reference in New Issue