Skip to content

Commit

Permalink
Merge pull request #70 from m-lab/sandbox-roberto-msak
Browse files Browse the repository at this point in the history
Change MSAK to use 1 BBR stream (5s)
  • Loading branch information
robertodauria authored Jul 29, 2024
2 parents c486057 + 8ff8f97 commit 8cb3388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/measure/measure.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ angular.module('Measure.Measure', ['ngRoute'])
client_session_id: sid
}
client.cc = "bbr";
client.duration = TIME_EXPECTED * 1000;
client.streams = 2;
client.duration = 5000; // 5s
client.streams = 1;
client.debug = true;

await client.start();
Expand Down

0 comments on commit 8cb3388

Please sign in to comment.