feat(StealthyFetcher): Use memory cache by default for performance boost

This is instead of the default disk-based cache.
This commit is contained in:
Karim shoair
2025-01-28 23:55:24 +02:00
parent e9e606bca5
commit 85f98708b2
+2
View File
@@ -96,6 +96,7 @@ class CamoufoxEngine:
geoip=self.geoip,
proxy=self.proxy,
disable_coop=True,
enable_cache=True,
addons=self.addons,
exclude_addons=addons,
headless=self.headless,
@@ -176,6 +177,7 @@ class CamoufoxEngine:
geoip=self.geoip,
proxy=self.proxy,
disable_coop=True,
enable_cache=True,
addons=self.addons,
exclude_addons=addons,
headless=self.headless,