Commit e5de209c authored by jinkaiqiang's avatar jinkaiqiang

一个进程50个线程

parent 7691569c
Pipeline #25150 passed with stage
in 22 seconds
......@@ -4,11 +4,11 @@
nohup python -u upgradeDB.py > upgrade_log.log 2>&1 &
if [ -z "$THREADS" ]; then
THREADS=1
THREADS=50
fi
if [ -z "$WORKER" ]; then
WORKER=3
WORKER=1
fi
# 默认2个进程 50个线程
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment