mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
use nice to give the relay a fighting chance
This commit is contained in:
parent
11d299606e
commit
6446819466
1 changed files with 1 additions and 0 deletions
|
@ -449,6 +449,7 @@ run_cmds() {
|
||||||
try_upgrade $KEY
|
try_upgrade $KEY
|
||||||
launch $KEY &
|
launch $KEY &
|
||||||
PID=$!
|
PID=$!
|
||||||
|
renice +1 $PID >/dev/null
|
||||||
PIDS[$KEY]=$PID
|
PIDS[$KEY]=$PID
|
||||||
ROOM_PIDS[$ROOM]=$PID
|
ROOM_PIDS[$ROOM]=$PID
|
||||||
MINEND[$KEY]=$(($NOW + $MINRUN))
|
MINEND[$KEY]=$(($NOW + $MINRUN))
|
||||||
|
|
Loading…
Reference in a new issue