Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove second initialization of writech in Open (#1382)
The `db.writeCh` is being initialized for the second time in `db.Open` which causes a race condition. The write channel was being closed in the `doWrites` goroutine earlier but that code was removed in 2b39009. We no longer need the second initialization. See PR #1382 for full stack trace.
- Loading branch information