Skip to content

Commit eaec788

Browse files
committed
update test page
1 parent 883e6c4 commit eaec788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/examples/upload/uploadApp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
var option;
3434
var startTestButton;
3535
var firstRun = true;
36-
var uploadSize = 10000;
37-
var uploadCurrentRuns = 1;
36+
var uploadSize = 75000;
37+
var uploadCurrentRuns = 4;
3838
var uploadTestTimeout = 12000;
3939
var uploadTestLength = 12000;
4040
var uploadMovingAverage = 18;

0 commit comments

Comments
 (0)