Title: [227391] branches/safari-605-branch/Source/WebKit
Revision
227391
Author
jmarc...@apple.com
Date
2018-01-22 20:08:42 -0800 (Mon, 22 Jan 2018)

Log Message

Cherry-pick r227298. rdar://problem/36746084

Modified Paths

Diff

Modified: branches/safari-605-branch/Source/WebKit/ChangeLog (227390 => 227391)


--- branches/safari-605-branch/Source/WebKit/ChangeLog	2018-01-23 04:08:39 UTC (rev 227390)
+++ branches/safari-605-branch/Source/WebKit/ChangeLog	2018-01-23 04:08:42 UTC (rev 227391)
@@ -1,5 +1,20 @@
 2018-01-22  Jason Marcell  <jmarc...@apple.com>
 
+        Cherry-pick r227298. rdar://problem/36746084
+
+    2018-01-22  Youenn Fablet  <you...@apple.com>
+
+            Bump default cache storage quota to 50MB
+            https://bugs.webkit.org/show_bug.cgi?id=181924
+
+            Reviewed by Chris Dumez.
+
+            Existing web sites use more than 20 MB.
+
+            * UIProcess/WebsiteData/WebsiteDataStore.h:
+
+2018-01-22  Jason Marcell  <jmarc...@apple.com>
+
         Cherry-pick r227345. rdar://problem/36745991
 
     2018-01-22  Brent Fulgham  <bfulg...@apple.com>

Modified: branches/safari-605-branch/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.h (227390 => 227391)


--- branches/safari-605-branch/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.h	2018-01-23 04:08:39 UTC (rev 227390)
+++ branches/safari-605-branch/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.h	2018-01-23 04:08:42 UTC (rev 227391)
@@ -68,7 +68,7 @@
 
 class WebsiteDataStore : public RefCounted<WebsiteDataStore>, public WebProcessLifetimeObserver, public Identified<WebsiteDataStore>  {
 public:
-    constexpr static uint64_t defaultCacheStoragePerOriginQuota = 20 * 1024 * 1024;
+    constexpr static uint64_t defaultCacheStoragePerOriginQuota = 50 * 1024 * 1024;
 
     struct Configuration {
         String cacheStorageDirectory;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to