mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 20:11:40 +00:00
run_server: 30 threads for 1.10, not 1.9
This commit is contained in:
parent
0540b987c2
commit
d4fad10ab6
@ -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…
x
Reference in New Issue
Block a user