Spaces:
Sleeping
Sleeping
aliss77777
commited on
Commit
•
19ab03d
1
Parent(s):
3a4367b
updated session timeout value
Browse files- .chainlit/config.toml +1 -1
.chainlit/config.toml
CHANGED
@@ -6,7 +6,7 @@ enable_telemetry = true
|
|
6 |
user_env = []
|
7 |
|
8 |
# Duration (in seconds) during which the session is saved when the connection is lost
|
9 |
-
session_timeout =
|
10 |
|
11 |
# Enable third parties caching (e.g LangChain cache)
|
12 |
cache = true
|
|
|
6 |
user_env = []
|
7 |
|
8 |
# Duration (in seconds) during which the session is saved when the connection is lost
|
9 |
+
session_timeout = 300
|
10 |
|
11 |
# Enable third parties caching (e.g LangChain cache)
|
12 |
cache = true
|