You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
I find out that the implementation of CreateHttpCacheBackendFactory, does not use the switch (--disk-cache-size=...), it set the cache size to zero, cause the cache size caculate by net::HttpCache::DefaultBackend and ignore the switch.
The text was updated successfully, but these errors were encountered:
--disk-cache-size is a chrome specific flag and hence wasn't implemented by default. There was already request in Electron for this flag electron/electron#7713 . If you are interested to implement it, feel free to send a PR. Thanks!
deepak1556
changed the title
switch --disk-cache-size not work, CreateHttpCacheBackendFactory does not use disk cache size switch(--disk-cache-size=...)
support --disk-cache-size flag
Apr 25, 2017
I find out that the implementation of CreateHttpCacheBackendFactory, does not use the switch (--disk-cache-size=...), it set the cache size to zero, cause the cache size caculate by
net::HttpCache::DefaultBackend
and ignore the switch.The text was updated successfully, but these errors were encountered: