mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-23 23:15:28 +00:00
Run trunk server with SQL debug logging
This commit is contained in:
parent
080dc3f003
commit
8788c55874
@ -42,12 +42,10 @@ case $SERVER in
|
||||
set -- --threads 8;;
|
||||
1.12*)
|
||||
set -- --threads 30;;
|
||||
1.14*)
|
||||
set -- --keepalive ;;
|
||||
1.16*)
|
||||
set -- --keepalive ;;
|
||||
1.13*|trunk)
|
||||
set -- --keepalive ;;
|
||||
1.1[346]*)
|
||||
set -- --keepalive;;
|
||||
trunk)
|
||||
set -- --keepalive --log-debug=sql_executor;;
|
||||
esac
|
||||
|
||||
ulimit -Ss 2048
|
||||
|
Loading…
x
Reference in New Issue
Block a user