anhkhoiphan commited on
Commit
12c3bac
·
verified ·
1 Parent(s): 626eb43

Sửa thời gian timeout thành 24h

Browse files
Files changed (1) hide show
  1. .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 = 18000 # 5 hours
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