chore(source): cache sources for 12h

This commit is contained in:
WebStreamr 2025-09-02 13:37:26 +00:00
parent dc093f7109
commit bc06cb5750
No known key found for this signature in database

View file

@ -15,7 +15,7 @@ export abstract class Source {
public abstract readonly label: string;
public readonly ttl: number = 10800000; // 3h
public readonly ttl: number = 43200000; // 12h
public abstract readonly contentTypes: ContentType[];