Targeted Content Caching?
We're doing some heavy content channel work with TCC, and its a complete unreasonable situation that I have to wait for the content to update. It takes 10-20 minutes before the content change is reflected in the channel.
Any idea the configman setting to change? At this point I don't care about the performance hit.
-Jon

Test Settings
Hey Jon,
In our test environment we use the following settings. This effectively turns off TCC caching.
TargetedContentChannel.cache.expiration = 1
content.cache.expire = 1
content.channel.cache.expire = 1
--mike
TargetedContentChannel.cache.expiration
That's what I changed for our training:
The TargetedContentChannel.cache.expiration setting determines the cache expiration time for TCCs only. The value is set in seconds and the default is 900 (= 15 minutes). Usually during training and channel development we reduce it to 1
shotgun
Somewhere in one of these?
content.cache.expire
content.cache.size
content.cache.timeout
content.category.cache.expire
content.category.cache.size
content.channel.cache.expire
content.channel.cache.size
TCC cache - got it !
Thanks.
ended up being this one :
TargetedContentChannel.cache.expiration = 1
yea, much happier now.
-Jon