mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 05:40:17 +00:00
Decrease the life of one connection
This commit is contained in:
@@ -121,7 +121,7 @@ DATABASES = {
|
|||||||
"USER": os.getenv("POSTGRES_USER", "postgres"),
|
"USER": os.getenv("POSTGRES_USER", "postgres"),
|
||||||
"NAME": os.getenv("POSTGRES_DB", "khoj"),
|
"NAME": os.getenv("POSTGRES_DB", "khoj"),
|
||||||
"PASSWORD": os.getenv("POSTGRES_PASSWORD", "postgres"),
|
"PASSWORD": os.getenv("POSTGRES_PASSWORD", "postgres"),
|
||||||
"CONN_MAX_AGE": 240,
|
"CONN_MAX_AGE": 200,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user