How to extend time to live cahce

Hello,

I’m trying to extend the time to live cache amount by two days, I can’t do this however with the extend time cache block in ui builder because it only goes up to 7200 seconds. Is there a way around this?

Sincerely,
Elijah

Hi Elijah,

try using Hive API instead:
https://backendless.com/docs/rest/keyvalue_api_create_modify_keyvalue.html

Regards
Mark

Yep I just found this, thank you so much!