mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Retain uploads for 6 hours
This commit is contained in:
parent
52b02043d9
commit
50733d6e0b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,5 +12,5 @@ export interface DittoUpload {
|
||||||
|
|
||||||
export const dittoUploads = new LRUCache<string, DittoUpload>({
|
export const dittoUploads = new LRUCache<string, DittoUpload>({
|
||||||
max: 1000,
|
max: 1000,
|
||||||
ttl: Time.minutes(15),
|
ttl: Time.hours(6),
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue