kaaveland / eugene

Careful With that Lock, Eugene
MIT License
32 stars 1 forks source link

Hint about `lock_timeout` #28

Closed kaaveland closed 7 months ago

kaaveland commented 7 months ago

This setting makes a lot of stuff related to slow concurrent transactions a lot less scary, so it's something we should recommend always enabling if we discover it's set to the default disabled value at the time that a lock is taken.

We can produce a hint if we pick up a "dangerous lock" with a high, or default value of lock_timeout.

kaaveland commented 7 months ago

Solved by #33.