Fix: Increase max_connections from 20 to 200 in authentik PostgreSQL configuration
This commit is contained in:
parent
b0020e8906
commit
1da623f065
@ -63,7 +63,7 @@ authentik:
|
||||
instances: 2
|
||||
postgresql:
|
||||
parameters:
|
||||
max_connections: "20"
|
||||
max_connections: "200"
|
||||
shared_buffers: "25MB"
|
||||
effective_cache_size: "75MB"
|
||||
maintenance_work_mem: "6400kB"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user