Skip to content

Commit

Permalink
didnt mean to change the mutex
Browse files Browse the repository at this point in the history
  • Loading branch information
Zariel committed Jan 26, 2016
1 parent 8616d8e commit 39654eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const defaultMaxPreparedStmts = 1000

//preparedLRU is the prepared statement cache
type preparedLRU struct {
sync.RWMutex
sync.Mutex
lru *lru.Cache
}

Expand Down

0 comments on commit 39654eb

Please sign in to comment.