mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-10 01:23:04 +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 failedWebfingerCache = TTLCache({
|
||||
name: 'ap-failed-webfinger-cache',
|
||||
max: 5000,
|
||||
ttl: 1000 * 60 * 10, // 10 minutes
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user