Update .chainlit/config.toml
Browse files- .chainlit/config.toml +1 -1
.chainlit/config.toml
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
user_env = []
|
| 4 |
|
| 5 |
# Duration (in seconds) during which the session is saved when the connection is lost
|
| 6 |
-
session_timeout =
|
| 7 |
|
| 8 |
# Duration (in seconds) of the user session expiry
|
| 9 |
user_session_timeout = 1296000 # 15 days
|
|
|
|
| 3 |
user_env = []
|
| 4 |
|
| 5 |
# Duration (in seconds) during which the session is saved when the connection is lost
|
| 6 |
+
session_timeout = 900
|
| 7 |
|
| 8 |
# Duration (in seconds) of the user session expiry
|
| 9 |
user_session_timeout = 1296000 # 15 days
|