feat: added schedule for deleting stale prepared transactions (#5169)
This commit is contained in:
committed by
GitHub
parent
1789e36813
commit
ba8a62dd2a
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user