mirror of
https://github.com/flibusta-apps/services_manager_server.git
synced 2025-12-06 04:25:38 +01:00
Reduce postgres connection pool size
This commit is contained in:
@@ -12,4 +12,4 @@ DATABASE_URL = (
|
||||
)
|
||||
|
||||
metadata = MetaData()
|
||||
database = Database(DATABASE_URL)
|
||||
database = Database(DATABASE_URL, max_size=2)
|
||||
|
||||
Reference in New Issue
Block a user