5 ms·
Would it be possible to increase the cache duration if misses are a frequent source of problems? Maybe using a heartbeat to detect live sessions to cache longe
by brokencode 5mo ago
Would it be possible to increase the cache duration if misses are a frequent source of problems?
Maybe using a heartbeat to detect live sessions to cache longer than sessions the user has already closed. And only do it for long sessions where a cache miss would be very expensive.
- bcherny 5mo agoYes, we're trying a couple of experiments along these lines. Good intuition.