Skip to documentation
Docs navigation
Docs/DecayScoringPass
Maintenance

DecayScoringPass

Create the built-in decay pass.

What it does

Create the built-in decay pass.

The crawler coordinates supported lifecycle work and returns aggregate reporting without exposing its internal persistence passes.

Signature

TypeScript
new DecayScoringPass(options?: DecayScoringPassOptions)

Parameters

options? (DecayScoringPassOptions) — A typed options object. The applicable fields and defaults are documented below.

Example

example.ts
const pass = new DecayScoringPass({ halfLifeDays: 90 });