Skip to content

Commit 8cb3388

Browse files
Merge pull request #70 from m-lab/sandbox-roberto-msak
Change MSAK to use 1 BBR stream (5s)
2 parents c486057 + 8ff8f97 commit 8cb3388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/measure/measure.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ angular.module('Measure.Measure', ['ngRoute'])
176176
client_session_id: sid
177177
}
178178
client.cc = "bbr";
179-
client.duration = TIME_EXPECTED * 1000;
180-
client.streams = 2;
179+
client.duration = 5000; // 5s
180+
client.streams = 1;
181181
client.debug = true;
182182

183183
await client.start();

0 commit comments

Comments
 (0)