mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Decrease the life of one connection
This commit is contained in:
parent
3090b84252
commit
fd07abbfc8
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ DATABASES = {
|
|||
"USER": os.getenv("POSTGRES_USER", "postgres"),
|
||||
"NAME": os.getenv("POSTGRES_DB", "khoj"),
|
||||
"PASSWORD": os.getenv("POSTGRES_PASSWORD", "postgres"),
|
||||
"CONN_MAX_AGE": 240,
|
||||
"CONN_MAX_AGE": 200,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue