Hello team :wave: Is it possible to disable manual...
# ask-questions
c
Hello team 👋 Is it possible to disable manual updates of data and only rely on auto-update? We only sync the data to our data source once per day so it is wouldn’t make any difference to manually update the data. It just becomes more costly as we have to pay to query the same data multiple times.
w
Hi this is a good idea, but unfortunately we don't have a setting for that yet. If you want you can make a github issue for it and should get around to do it.
c
I see! I’ll try to see if I can create a GitHub issue for it 🙂
Thanks!
w
Are you on cloud or self-hosting? If you are self-hosting there is a QUERY_CACHE_TTL_MINS which is set to 60 mins that you could update to a day. That way, even if someone clicks it would use the cached version.
c
Interesting! We’re self-hosting so will definitely try it out!