mirror of
https://github.com/docmost/docmost.git
synced 2026-08-23 05:52:12 +10:00
chore(integration): document cache purge intent
This commit is contained in:
@@ -123,6 +123,7 @@ export class UnfurlService {
|
||||
}
|
||||
}
|
||||
} catch (err) {
|
||||
// best-effort by design: never fail a disconnect on cache purge; the TTL is the backstop
|
||||
this.logger.error(
|
||||
`Failed to purge unfurl cache for user ${userId}: ${(err as Error).message}`,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user