Title: [227298] trunk/Source/WebKit
- Revision
- 227298
- Author
- [email protected]
- Date
- 2018-01-22 09:51:27 -0800 (Mon, 22 Jan 2018)
Log Message
Bump default cache storage quota to 50MB
https://bugs.webkit.org/show_bug.cgi?id=181924
Patch by Youenn Fablet <[email protected]> on 2018-01-22
Reviewed by Chris Dumez.
Existing web sites use more than 20 MB.
* UIProcess/WebsiteData/WebsiteDataStore.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (227297 => 227298)
--- trunk/Source/WebKit/ChangeLog 2018-01-22 17:01:51 UTC (rev 227297)
+++ trunk/Source/WebKit/ChangeLog 2018-01-22 17:51:27 UTC (rev 227298)
@@ -1,3 +1,14 @@
+2018-01-22 Youenn Fablet <[email protected]>
+
+ 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 Zan Dobersek <[email protected]>
Unreviewed build fix after r227292. Fixing a bad copy-paste that broke
Modified: trunk/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.h (227297 => 227298)
--- trunk/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.h 2018-01-22 17:01:51 UTC (rev 227297)
+++ trunk/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.h 2018-01-22 17:51:27 UTC (rev 227298)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes