Skip to content

Commit 90fda17

Browse files
krzysztof-kwittcpcloud
authored andcommitted
chore: refresh cache after 1 hour in backend matrix app
1 parent 1c80012 commit 90fda17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/backends/app/backend_info_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
st.set_page_config(layout='wide')
1111

1212

13-
@st.cache
13+
@st.cache(ttl=3600)
1414
def load_ops_data():
1515
response = requests.get(
1616
'https://ibis-project.org/docs/dev/backends/raw_support_matrix.csv'

0 commit comments

Comments
 (0)