Remove extra curly brace
This commit is contained in:
parent
b7ffe7ec99
commit
aaa1094240
|
@ -12,6 +12,7 @@ import (
|
|||
"net/url"
|
||||
"path/filepath"
|
||||
"sync"
|
||||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
"github.com/armon/go-metrics"
|
||||
|
@ -521,7 +522,6 @@ func NewCore(conf *CoreConfig) (*Core, error) {
|
|||
c.physical = physical.NewCache(phys, conf.CacheSize, conf.Logger)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if !conf.DisableMlock {
|
||||
// Ensure our memory usage is locked into physical RAM
|
||||
|
|
Loading…
Reference in New Issue