run_server: 30 threads for 1.10, not 1.9
This commit is contained in:
parent
0540b987c2
commit
d4fad10ab6
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ case $SERVER in
|
|||
1.7*) PORT=14997
|
||||
THREADS=16 ;;
|
||||
1.9*) PORT=14997
|
||||
THREADS=16 ;;
|
||||
1.10)
|
||||
THREADS=30 ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue