summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtsp/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsp/common.sh b/tsp/common.sh
index 20621c3..a6a7a76 100755
--- a/tsp/common.sh
+++ b/tsp/common.sh
@@ -77,7 +77,7 @@ test -d "$TMP_PWB" || mkdir "$TMP_PWB"
test -d "$TMP_PWB_RESULTS" || mkdir "$TMP_PWB_RESULTS"
alias tspoll="TMPDIR=$TMP_POLL TS_SLOTS=1 tsp"
-alias tsmaster="TMPDIR=$TMP_MASTER TS_SLOTS=100 tsp"
+alias tsmaster="TMPDIR=$TMP_MASTER TS_SLOTS=20 TS_MAXCONN=8192 tsp"
alias tspwb="TMPDIR=$TMP_PWB TS_SLOTS=1 tsp"
alias tsresults="TMPDIR=$TMP_PWB_RESULTS TS_SLOTS=1 tsp"