Skip to content

Commit

Permalink
Merge pull request #802 from dotmesh-io/fix-pass-server-config
Browse files Browse the repository at this point in the history
FIX: pass the server config down to the in memory state
  • Loading branch information
binocarlos committed Apr 28, 2020
2 parents 676320e + ecb8807 commit 6bdf688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/dotmesh-server/controller.go
Expand Up @@ -97,6 +97,7 @@ func NewInMemoryState(config Opts) *InMemoryState {
}

s := &InMemoryState{
serverConfig: config.Config,
opts: config,
filesystems: make(map[string]fsm.FSM),
filesystemsLock: &sync.RWMutex{},
Expand Down

0 comments on commit 6bdf688

Please sign in to comment.