mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +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
|
||||
launch $KEY &
|
||||
PID=$!
|
||||
renice +1 $PID >/dev/null
|
||||
PIDS[$KEY]=$PID
|
||||
ROOM_PIDS[$ROOM]=$PID
|
||||
MINEND[$KEY]=$(($NOW + $MINRUN))
|
||||
|
|
Loading…
Reference in a new issue