Skip to content

Commit 1ad277c

Browse files
Increase KattGpt channel cache duration to 4 hours
1 parent 417d5cd commit 1ad277c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Kattbot/Services/KattGpt/KattGptCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class KattGptChannelCache
88
private const int CacheSize = 128;
99

1010
private const int AbsoluteCacheDurationInDays = 7;
11-
private const int SlidingCacheDurationInHours = 1;
11+
private const int SlidingCacheDurationInHours = 4;
1212

1313
private readonly MemoryCache _cache = new(
1414
new MemoryCacheOptions

0 commit comments

Comments
 (0)