Skip to content

Commit 6325e2e

Browse files
committed
Merge branch 'santalla/devel'
2 parents 7154d04 + 6666a88 commit 6325e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ func (s *Store) Transaction(callback func(*Store) error) error {
492492
txStore := (&Store{
493493
db: tx,
494494
logger: s.logger,
495-
useCacher: true,
495+
useCacher: s.useCacher,
496496
}).init()
497497

498498
if err := callback(txStore); err != nil {

0 commit comments

Comments
 (0)