mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Chrome cache size
This commit is contained in:
@@ -51,6 +51,7 @@ namespace VRCX
|
|||||||
cefSettings.CefCommandLineArgs.Add("disable-pdf-extension");
|
cefSettings.CefCommandLineArgs.Add("disable-pdf-extension");
|
||||||
cefSettings.CefCommandLineArgs["autoplay-policy"] = "no-user-gesture-required";
|
cefSettings.CefCommandLineArgs["autoplay-policy"] = "no-user-gesture-required";
|
||||||
cefSettings.CefCommandLineArgs.Add("disable-web-security");
|
cefSettings.CefCommandLineArgs.Add("disable-web-security");
|
||||||
|
cefSettings.CefCommandLineArgs.Add("disk-cache-size", "2147483647");
|
||||||
|
|
||||||
if (WebApi.ProxySet)
|
if (WebApi.ProxySet)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user