Commit e2ca169f authored by nanahira's avatar nanahira

fix

parent 4b704832
Pipeline #20313 passed with stages
in 18 minutes and 27 seconds
...@@ -8,11 +8,11 @@ if [ -z "$PORT" ]; then ...@@ -8,11 +8,11 @@ if [ -z "$PORT" ]; then
PORT=80 PORT=80
fi fi
if [-z "$WORKERS" ]; then if [ -z "$WORKERS" ]; then
WORKERS=1 WORKERS=1
fi fi
if [-z "$THREADS" ]; then if [ -z "$THREADS" ]; then
THREADS=$[$(nproc) * 2 + 1] THREADS=$[$(nproc) * 2 + 1]
fi fi
......
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