diff options
Diffstat (limited to 'funcs.go')
-rw-r--r-- | funcs.go | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -21,10 +21,7 @@ retry: goto retry } // commit the write log and broadcast that variables have changed - if len(tx.writes) > 0 { - tx.commit() - globalCond.Broadcast() - } + tx.commit() globalLock.Unlock() } |