Skip to content

Commit

Permalink
Bug 1462880 - Set Performance Resource Timing buffer size to 250, r=bz
Browse files Browse the repository at this point in the history
  • Loading branch information
bakulf committed May 19, 2018
1 parent a02a40b commit 94d0c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/performance/Performance.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class Performance : public DOMEventTargetHelper
nsTObserverArray<PerformanceObserver*> mObservers;

protected:
static const uint64_t kDefaultResourceTimingBufferSize = 150;
static const uint64_t kDefaultResourceTimingBufferSize = 250;

// When kDefaultResourceTimingBufferSize is increased or removed, these should
// be changed to use SegmentedVector
Expand Down

0 comments on commit 94d0c55

Please sign in to comment.