Commit
·
e4f8d1f
1
Parent(s):
9cfba5d
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ class Process:
|
|
| 23 |
"""
|
| 24 |
|
| 25 |
@staticmethod
|
| 26 |
-
@st.cache(ttl=
|
| 27 |
def get(components, data):
|
| 28 |
"""
|
| 29 |
Lookup or creates a new workflow process instance.
|
|
|
|
| 23 |
"""
|
| 24 |
|
| 25 |
@staticmethod
|
| 26 |
+
@st.cache(ttl=60 * 60, max_entries=3, allow_output_mutation=True, show_spinner=False)
|
| 27 |
def get(components, data):
|
| 28 |
"""
|
| 29 |
Lookup or creates a new workflow process instance.
|