Skip to content

Commit

Permalink
Merge pull request #307 from bgrozev/more-buckets
Browse files Browse the repository at this point in the history
feat: Uses more buckets for conference size statistics.
  • Loading branch information
emcho authored Oct 3, 2016
2 parents 9f4070e + 0796e90 commit 2b1a9a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public class VideobridgeStatistics
/**
* The number of buckets to use for conference sizes.
*/
private static final int CONFERENCE_SIZE_BUCKETS = 15;
private static final int CONFERENCE_SIZE_BUCKETS = 22;

/**
* The name of the stat that indicates the bridge has entered graceful
Expand Down

0 comments on commit 2b1a9a1

Please sign in to comment.