refactor: another missing cache name

This commit is contained in:
Barış Soner Uşaklı
2025-07-16 18:10:21 -04:00
parent a08551a5e1
commit 0fdde13208

View File

@@ -14,6 +14,7 @@ const utils = require('../utils');
const TTLCache = require('../cache/ttl');
const failedWebfingerCache = TTLCache({
name: 'ap-failed-webfinger-cache',
max: 5000,
ttl: 1000 * 60 * 10, // 10 minutes
});