From 5632a465d1760615285472e067696d64112d118e Mon Sep 17 00:00:00 2001 From: BTC Bot Date: Thu, 26 Feb 2026 09:31:44 +0100 Subject: [PATCH] fix: increase max_locks_per_transaction to 256 --- docker/timescaledb.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/timescaledb.conf b/docker/timescaledb.conf index 7e38535..00e9c83 100644 --- a/docker/timescaledb.conf +++ b/docker/timescaledb.conf @@ -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