Mysql database reload

Hello everyone !

I am calling an API via glide and the API called creates some data and put it on MySQL database that is linked to glide to be displayed, but Glide takes a lot of time to reload Mysql changes !
Is this just because I’m not on production yet ?
and if it’s not the case, is there a way to reduce latency between data reloads (like if glide reloads data evry 5 minute, is there a way to reduce it to be evry 50 seconds )

If it’s an action sequence in Glide, I think you can add a “Reload Query” action to the end of the sequence.

2 Likes

@ThinhDinh thank you so much
lifesaver

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.