mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-19 05:14:27 +01:00
Merge remote-tracking branch 'origin/main' into push
This commit is contained in:
@@ -12,5 +12,5 @@ export interface DittoUpload {
|
||||
|
||||
export const dittoUploads = new LRUCache<string, DittoUpload>({
|
||||
max: 1000,
|
||||
ttl: Time.minutes(15),
|
||||
ttl: Time.hours(6),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user