Skip to content

Commit

Permalink
fix: wrong default write batch size for run_tsbs
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiKaiWi committed Apr 17, 2023
1 parent f5b0bc9 commit 4f3bbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-tsbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export LOG_DIR=${LOG_DIR:-${CURR_DIR}/logs}
export CERESDB_ADDR=${CERESDB_ADDR:-127.0.0.1:8831}
export CERESDB_PID_FILE=${CURR_DIR}/ceresdb-server.pid
export WRITE_WORKER_NUM=${WRITE_WORKER_NUM:-36}
export WRITE_BATCH_SIZE=${WRITE_BATCH_SIZE:500}
export WRITE_BATCH_SIZE=${WRITE_BATCH_SIZE:-500}
# Where generated data stored
export DATA_FILE=${DATA_FILE:-data.out}
# How many values in host tag
Expand Down

0 comments on commit 4f3bbd8

Please sign in to comment.