aboutsummaryrefslogtreecommitdiff
path: root/tx.go
diff options
context:
space:
mode:
Diffstat (limited to 'tx.go')
-rw-r--r--tx.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tx.go b/tx.go
index f613efb..065cb6c 100644
--- a/tx.go
+++ b/tx.go
@@ -125,7 +125,7 @@ func (tx *Tx) recycle() {
delete(tx.watching, v)
v.watchers.Delete(tx)
}
- txPool.Put(tx)
+ //txPool.Put(tx)
}
func (tx *Tx) lockAllVars() {