mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Decrease the life of one connection
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user