This commit is contained in:
Fabian Reinartz 2017-11-01 18:11:09 +01:00 committed by GitHub
parent 8aedb7671e
commit a993f0ccc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
wal.go
View File

@ -190,7 +190,7 @@ type SegmentWAL struct {
stopc chan struct{}
donec chan struct{}
actorc chan func() error // sequantilized background operations
actorc chan func() error // sequentialized background operations
buffers sync.Pool
}