feat: added schedule for deleting stale prepared transactions (#5169)

This commit is contained in:
Daniel Gak Anagrov
2025-08-12 16:23:27 +02:00
committed by GitHub
parent 1789e36813
commit ba8a62dd2a
8 changed files with 145 additions and 2 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ COPY --link --from=builder /aiven-extras/aiven_extras.so /usr/local/lib/postgres
EXPOSE 5432
CMD ["postgres"]
CMD ["postgres", "-c", "max_prepared_transactions=150"]