Skip to content

Commit 2a41aa6

Browse files
committed
Update run.sh fallback values to the normal defaults
1 parent a15e8f2 commit 2a41aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ printf "Setting max objects to %s\\n" "$MAXOBJECTS"
1717

1818
if ! [[ "$MAXTICKRATE" =~ $NUMCHECK ]] ; then
1919
printf "Invalid max tick rate number given: %s\\n" "$MAXTICKRATE"
20-
MAXTICKRATE="120"
20+
MAXTICKRATE="30"
2121
fi
2222
printf "Setting max tick rate to %s\\n" "$MAXTICKRATE"
2323

@@ -26,7 +26,7 @@ printf "Setting server streaming to %s\\n" "$SERVERSTREAMING"
2626

2727
if ! [[ "$TIMEOUT" =~ $NUMCHECK ]] ; then
2828
printf "Invalid timeout number given: %s\\n" "$TIMEOUT"
29-
TIMEOUT="300"
29+
TIMEOUT="30"
3030
fi
3131
printf "Setting timeout to %s\\n" "$TIMEOUT"
3232

0 commit comments

Comments
 (0)