How do you configure max_locks_per_transaction
in docker-compose.yml
for Laravel Sail?
- I have research if there was an env var that could be used
- tried running SQL commands, but they only applied the change temporarily
These did not yield the expected results.
I was able to achieve the result using the following entry:
Here's the complete pgsql section for context: