Enables HTML payload caching on the disk.
Keep in mind that papercut will not clear the cache for you.
When enabling this, it's your responsability to deal with cache invalidation.
default
false
concurrency
concurrency:{ node: number; page: number; selector: number }
Concurrency settings.
Type declaration
node: number
Amount of concurrent promises for node scraping.
default
2
page: number
Amount of concurrent promises for page scraping.
default
2
selector: number
Amount of concurrent promises for selector scraping.
Enables HTML payload caching on the disk. Keep in mind that papercut will not clear the cache for you. When enabling this, it's your responsability to deal with cache invalidation.
false