Changeset 220571 in webkit


Ignore:
Timestamp:
Aug 10, 2017 6:47:03 PM (7 years ago)
Author:
wilander@apple.com
Message:

Resource Load Statistics: Increase grandfathering time to 7 days
https://bugs.webkit.org/show_bug.cgi?id=175414
<rdar://problem/33818046>

Reviewed by Brent Fulgham.

  • UIProcess/WebResourceLoadStatisticsStore.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r220568 r220571  
     12017-08-10  John Wilander  <wilander@apple.com>
     2
     3        Resource Load Statistics: Increase grandfathering time to 7 days
     4        https://bugs.webkit.org/show_bug.cgi?id=175414
     5        <rdar://problem/33818046>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        * UIProcess/WebResourceLoadStatisticsStore.h:
     10
    1112017-08-10  John Wilander  <wilander@apple.com>
    212
  • trunk/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h

    r220505 r220571  
    165165        Seconds timeToLiveCookiePartitionFree { 24_h };
    166166        Seconds minimumTimeBetweenDataRecordsRemoval { 1_h };
    167         Seconds grandfatheringTime { 72_h };
     167        Seconds grandfatheringTime { 24_h * 7 };
    168168        bool shouldNotifyPagesWhenDataRecordsWereScanned { false };
    169169        bool shouldClassifyResourcesBeforeDataRecordsRemoval { true };
Note: See TracChangeset for help on using the changeset viewer.