fix: increase max_locks_per_transaction to 256

This commit is contained in:
BTC Bot
2026-02-26 09:31:44 +01:00
parent 4d5b1e1416
commit 5632a465d1

View File

@ -12,6 +12,7 @@ maintenance_work_mem = 128MB
# Connection settings
listen_addresses = '*'
max_connections = 50
max_locks_per_transaction = 256
max_worker_processes = 2
max_parallel_workers_per_gather = 1
max_parallel_workers = 2