|
@@ -42,7 +42,7 @@ export class ChannelService {
|
|
|
|
|
|
|
|
if (channel) {
|
|
if (channel) {
|
|
|
// Store in Redis cache for future requests
|
|
// Store in Redis cache for future requests
|
|
|
- await this.redis.setJson(cacheKey, channel, 24 * 3600); // Cache for 24 hours
|
|
|
|
|
|
|
+ await this.redis.setJson(cacheKey, channel, 1 * 3600); // Cache for 1 hour
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
return channel;
|
|
return channel;
|