Hi,
I did not find in the documentation the expiration ttl limit for key/value expiration, for example if I choose 1 century = 3155695200s let ttl = Number("3155695200"); await KVSTORE.put(key, value, { expirationTtl: Number(ttl) } );
It throws an error.
Putting 31556952 (1 year ) is OK.