mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 16:41:21 +01:00
refactor: another missing cache name
This commit is contained in:
@@ -14,6 +14,7 @@ const utils = require('../utils');
|
|||||||
const TTLCache = require('../cache/ttl');
|
const TTLCache = require('../cache/ttl');
|
||||||
|
|
||||||
const failedWebfingerCache = TTLCache({
|
const failedWebfingerCache = TTLCache({
|
||||||
|
name: 'ap-failed-webfinger-cache',
|
||||||
max: 5000,
|
max: 5000,
|
||||||
ttl: 1000 * 60 * 10, // 10 minutes
|
ttl: 1000 * 60 * 10, // 10 minutes
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user