Adrien Treuille

Results 1 issues of Adrien Treuille

### Problem Suppose I have a persistent database connection: ```python @st.experimental_singleton def get_connection(**arg): return create_connection(**args) ``` One problem with such connections is that they often timeout after a certain period...

enhancement
cache