Custom refresh

Hello,

I would like to know if there's a way to have different refresh timer per questions in a dashboard.
Indeed I'm refreshing a dashboard every 2 seconds (#refresh=2), however after 4 minutes i have a out of memory crash on my browser.

If I could refresh only one question on this dashboard every 2 seconds, i think the memory used by my browser wouldn't leak.

Thanks in advance :slight_smile:

Hi @Mor0xx
It sounds like you are looking for a real-time analytics system, which Metabase currently isn't.
There's a request for being able to define manual refresh:
https://github.com/metabase/metabase/issues/9983 - upvote by clicking :+1: on the first post

Exactly, I would like to use Metabase as a real-time dashboard for some statistics, that's why i'm refreshing every 2 seconds. I understand metabase isn't made for that, yet i was wondering if it was possible to change the refresh timer per questions/cards.

Thanks for your answer !