chore(source): cache sources for 12h
This commit is contained in:
parent
dc093f7109
commit
bc06cb5750
1 changed files with 1 additions and 1 deletions
|
|
@ -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[];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue