Skip to content

Commit

Permalink
pglock: remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ucirello committed Feb 20, 2023
1 parent 440017f commit 19fd75b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lock.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import (
"time"
)

const lockMaxLogLines = 50

// Lock is the mutex entry in the database.
type Lock struct {
client *Client
Expand Down

0 comments on commit 19fd75b

Please sign in to comment.