Dash App Continues to Refresh/reload every few mins even when the code is not changed

Hi Friends, I have simple dash app that pulls some data from mysql, and then does minor data wrangling, before eventually plotting a couple of graphs based on user input drop downs.
However, what am seeing is, the app gets refreshed/reloaded every few minutes even i have not been changing any code.

Can you advise what setting am i missing here, so i can make it reload at specific intervals only ?
I am currently not using dcc.interval or anything like that should make the app refresh, but it is refreshing on its own without my knowledge of how.

cheers
asimo