mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
remove use of --slow-robot
breaks things for reasons I need to debug later
This commit is contained in:
parent
3f5b9f5992
commit
752e3ff3e8
1 changed files with 6 additions and 1 deletions
|
@ -424,7 +424,12 @@ def build_cmds(args):
|
|||
if args.UNDO_PCT > 0:
|
||||
PARAMS += ['--undo-pct', args.UNDO_PCT]
|
||||
PARAMS += [ '--game-dict', DICT]
|
||||
PARAMS += ['--slow-robot', '1:3', '--skip-confirm']
|
||||
# Removing --slow-robot for now. With it on (and
|
||||
# successfully passed through to the curses client, which
|
||||
# hasn't always been happening), 20% of games
|
||||
# stall. PENDING...
|
||||
# PARAMS += ['--slow-robot', '1:3']
|
||||
PARAMS += ['--skip-confirm']
|
||||
PARAMS += ['--db', DB]
|
||||
|
||||
PARAMS += ['--drop-nth-packet', g_DROP_N]
|
||||
|
|
Loading…
Reference in a new issue