Skip to content
Snippets Groups Projects
Commit 5eb9352d authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix more configs

parent 9100e5b2
No related branches found
No related tags found
2 merge requests!4Release,!2Feature/hotfix/no udb auth
{ {
"TeamSize": 3, "TeamSize": 5,
"BatchSize": 32, "BatchSize": 32,
"MinimumDelay": 1000, "MinimumDelay": 1000,
"RealtimeDelay": 5000, "RealtimeDelay": 5000,
......
...@@ -139,7 +139,7 @@ then ...@@ -139,7 +139,7 @@ then
echo -n "Waiting for a round to run" echo -n "Waiting for a round to run"
while [ ! -s rid.txt ] && [ $cnt -lt 120 ]; do while [ ! -s rid.txt ] && [ $cnt -lt 120 ]; do
sleep 1 sleep 1
grep -a "RID 1 ReceiveFinishRealtime END" results/servers/server-5.log > rid.txt || true grep -a "RID 1 ReceiveFinishRealtime END" results/servers/server-* > rid.txt || true
cnt=$(($cnt + 1)) cnt=$(($cnt + 1))
echo -n "." echo -n "."
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment