fix(extractor): do not cache session-scoped Fsst
should fix issues where results work only once
This commit is contained in:
parent
80e4f4edc4
commit
ec037d7c90
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ export class Fsst extends Extractor {
|
|||
|
||||
public readonly label = 'Fsst';
|
||||
|
||||
public override readonly ttl = 0;
|
||||
|
||||
private readonly fetcher: Fetcher;
|
||||
|
||||
public constructor(fetcher: Fetcher) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue