What renew the TTL

If I read documents via views and use the include_docs, does it reset to TTL to the origin value?

It should not, no. In general, the TTL is not updated on read. It’s updated through a mutation or touch.

Thanks :slight_smile: