Spaces:
Running
Running
Sửa thời gian timeout thành 24h
Browse files- .chainlit/config.toml +1 -2
.chainlit/config.toml
CHANGED
|
@@ -10,8 +10,7 @@ user_env = []
|
|
| 10 |
session_timeout = 3600
|
| 11 |
|
| 12 |
# Duration (in seconds) of the user session expiry
|
| 13 |
-
user_session_timeout =
|
| 14 |
-
|
| 15 |
# Enable third parties caching (e.g LangChain cache)
|
| 16 |
cache = false
|
| 17 |
|
|
|
|
| 10 |
session_timeout = 3600
|
| 11 |
|
| 12 |
# Duration (in seconds) of the user session expiry
|
| 13 |
+
user_session_timeout = 86400 # 24 hours
|
|
|
|
| 14 |
# Enable third parties caching (e.g LangChain cache)
|
| 15 |
cache = false
|
| 16 |
|