mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-08 23:59:38 -06:00
fix: simplify LRU cache warning to avoid confusion (#4290)
This commit is contained in:
@@ -61,7 +61,7 @@ CacheHandler.onCreation(async () => {
|
||||
// Fallback to LRU handler if Redis client is not available.
|
||||
// The application will still work, but the cache will be in memory only and not shared.
|
||||
handler = createLruHandler();
|
||||
console.warn("Falling back to LRU handler because Redis client is not available.");
|
||||
console.log("Using LRU handler for caching.");
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user