feat(StealthyFetcher): Use memory cache by default for performance boost
This is instead of the default disk-based cache.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user